Color Hex Logo

#ddd338 Color Hex

#DDD338
(221,211,56)
0 Favorites   0 Comments

Color spaces of #ddd338

RGB 22121156
HSL0.160.710.54
HSV56°75°87°
CMYK 0.000.050.75   0.13
XYZ53.826962.246212.9191
Yxy62.24620.41730.4826
Hunter Lab78.8963-16.287045.5188
CIE-Lab83.0442-13.241772.4883

#ddd338 color RGB value is (221,211,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00111000
Octal 335 323 70
Decimal 221 211 56
Hex DD D3 38

RGB Percentages of Color #ddd338

%45.29
%43.24
%11.48

CMYK Percentages of Color #ddd338

%0
%5
%75
%13

Triadic Colors of #ddd338

#ddd338 #38ddd3 #d338dd

Analogous Colors of #ddd338

#ddd338 #95dd38 #dd8138

Monochromatic Colors of #ddd338

#ddd338

Complementary Color

#ddd338 #3842dd

#ddd338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd338 Color CSS Codes

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

#ddd338 Text Font Color

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

This sample text font color is #ddd338
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.


#ddd338 Background Color

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

This div background color is #ddd338


#ddd338 Border Color

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

This div border color is #ddd338


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,211,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 #ddd338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd338


Comments

No comments written yet.

Please login to write comment.