Color Hex Logo

#ddd138 Color Hex

#DDD138
(221,209,56)
0 Favorites   0 Comments

Color spaces of #ddd138

RGB 22120956
HSL0.150.710.54
HSV56°75°87°
CMYK 0.000.050.75   0.13
XYZ53.333161.258612.7545
Yxy61.25860.41880.4810
Hunter Lab78.2679-15.335845.1256
CIE-Lab82.5176-12.240771.9995

#ddd138 color RGB value is (221,209,56).

#ddd138 hex color red value is 221, green value is 209 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ddd138 hue: 0.15 , saturation: 0.71 and the lightness value of ddd138 is 0.54.

The process color (four color CMYK) of #ddd138 color hex is 0.00, 0.05, 0.75, 0.13. Web safe color of #ddd138 is #cccc33. Color #ddd138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00111000
Octal 335 321 70
Decimal 221 209 56
Hex DD D1 38

RGB Percentages of Color #ddd138

%45.47
%43.00
%11.52

CMYK Percentages of Color #ddd138

%0
%5
%75
%13

Triadic Colors of #ddd138

#ddd138 #38ddd1 #d138dd

Analogous Colors of #ddd138

#ddd138 #97dd38 #dd7f38

Monochromatic Colors of #ddd138

#ddd138

Complementary Color

#ddd138 #3844dd

#ddd138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd138 Color CSS Codes

.mybgcolor {background-color:#ddd138; } 
.myforecolor {color:#ddd138; }
.mybordercolor {border:3px solid #ddd138; }

#ddd138 Text Font Color

<p style="color:#ddd138">Text here</p>

This sample text font color is #ddd138
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd138 Background Color

<div style="background-color:#ddd138">
Div content here</div>

This div background color is #ddd138


#ddd138 Border Color

<div style="border:3px solid #ddd138">
Div here</div>

This div border color is #ddd138


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,209,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd138; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd138;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd138;
  box-shadow:         1px 1px 3px 2px #ddd138; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,209,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd138">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd138;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd138;
  box-shadow:         1px 1px 3px 2px #ddd138;">
Div content here</div>

This div box has shadow with color #ddd138


Comments

No comments written yet.

Please login to write comment.