Color Hex Logo

#ddd840 Color Hex

#DDD840
(221,216,64)
0 Favorites   0 Comments

Color spaces of #ddd840

RGB 22121664
HSL0.160.700.56
HSV58°71°87°
CMYK 0.000.020.71   0.13
XYZ55.300164.854114.4539
Yxy64.85410.41080.4818
Hunter Lab80.5320-18.357945.7311
CIE-Lab84.4085-15.382471.0935

#ddd840 color RGB value is (221,216,64).

#ddd840 hex color red value is 221, green value is 216 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ddd840 hue: 0.16 , saturation: 0.70 and the lightness value of ddd840 is 0.56.

The process color (four color CMYK) of #ddd840 color hex is 0.00, 0.02, 0.71, 0.13. Web safe color of #ddd840 is #cccc33. Color #ddd840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01000000
Octal 335 330 100
Decimal 221 216 64
Hex DD D8 40

RGB Percentages of Color #ddd840

%44.11
%43.11
%12.77

CMYK Percentages of Color #ddd840

%0
%2
%71
%13

Triadic Colors of #ddd840

#ddd840 #40ddd8 #d840dd

Analogous Colors of #ddd840

#ddd840 #94dd40 #dd8a40

Monochromatic Colors of #ddd840

#ddd840

Complementary Color

#ddd840 #4045dd

#ddd840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd840 Color CSS Codes

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

#ddd840 Text Font Color

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

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


#ddd840 Background Color

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

This div background color is #ddd840


#ddd840 Border Color

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

This div border color is #ddd840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd840


Comments

No comments written yet.

Please login to write comment.