#DDDB6F

Color #DDDB6F Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DDDB6F

Tints of Goldenrod #DDDB6F

Color information

#DDDB6F (or 0xDDDB6F) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 6F. RGB value is (221,219,111). Sum of RGB (Red+Green+Blue) = 221+219+111=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6F is #222490. Grayscale: #CFCFCF. Windows color (decimal): -2237585 or 7330781. OLE color: 7330781.

HSL color Cylindrical-coordinate representation of color #DDDB6F: hue angle of 58.91º 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 #DDDB6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221219111-
CMYK00.010.500.13
HSL58.91º61.8%65.1%-
HSV(B)58.91º49.77%86.67%-
XYZ58.0267.1824.95-
YUV207.2973.66137.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 111 (43.75% from 255) = 20.15%
R=40.11%
G=39.75%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121911100.010.500.1358.9161.865.1
HexDDDB6F0132D3b3e41
Octal3353331570162157376101
Binary110111011101101111011110111001011011110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB6F; }

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

 H1.HeaderClassName
 {
   color: #DDDB6F;
 }
 .AnyTagClassName
 {
   color: #DDDB6F;
 }
</style>
background-color css

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

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

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

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

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

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