Html Css Color HEX #DDDC6F Goldenrod

📋 copy color: '#DDDC6F'

red 221 ◦ green 220 ◦ blue 111

#DDDC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DDDC6F

Tints of Goldenrod #DDDC6F

RGB

 RED value IS 221 (86.72% from 255) = 40.04%

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 40.04%
G = 39.86%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDC6F (or 0xDDDC6F) is known color: Goldenrod. HEX triplet: DD, DC and 6F. RGB value is (221,220,111). Sum of RGB (Red+Green+Blue) = 221+220+111=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC6F is #222390. Grayscale: #D0D0D0. Windows color (decimal): -2237329 or 7331037. OLE color: 7331037.

HSL color Cylindrical-coordinate representation of color #DDDC6F: hue angle of 59.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDC6F is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 111 -
CMYK 0 0.00 0.50 0.13
HSL 59.45º 0.62% 0.65% -
HSV(B) 59.45º 0.5% 0.87% -
XYZ 58.28 67.71 25.04 -
YUV 207.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 221 220 111 0 0.00 0.50 0.13 59.45 0.62 0.65
Hex DD DC 6F 0 0 32 D 3B 3E 41
Octal 335 334 157 0 0 62 15 73 76 101
Binary 11011101 11011100 1101111 0 0 110010 1101 111011 111110 1000001

Color Harmonies of #DDDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC6F

Black with #DDDC6F

Text Example


Text Example

White with #DDDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC6F; }

 p { color: rgb(221,220,111); }

 H1.HeaderClassName
 {
   color: #DDDC6F;
 }
 .AnyTagClassName
 {
   color: #DDDC6F;
 }
</style>

background-color css

<style>
 a { background-color: #DDDC6F; }

 a { background-color: rgb(221,220,111); }

 div.DivClassName
 {
   background-color: #DDDC6F;
 }
 .BgClassName
 {
   background-color: #DDDC6F;
 }
</style>

border-color css

<style>
 span { border-color: #DDDC6F; }

 span { border-color: rgb(221,220,111); }

 td.TdClassName
 {
   border-color: #DDDC6F;
 }
 .TagClassName
 {
   border-color: #DDDC6F;
 }
</style>