#D0D66A

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

Shades of Goldenrod #D0D66A

Tints of Goldenrod #D0D66A

Color information

#D0D66A (or 0xD0D66A) is unknown color: approx Goldenrod. HEX triplet: D0, D6 and 6A. RGB value is (208,214,106). Sum of RGB (Red+Green+Blue) = 208+214+106=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D66A is #2F2995. Grayscale: #C8C8C8. Windows color (decimal): -3090838 or 7001808. OLE color: 7001808.

HSL color Cylindrical-coordinate representation of color #D0D66A: hue angle of 63.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0D66A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB208214106-
CMYK0.0300.500.16
HSL63.33º56.84%62.75%-
HSV(B)63.33º50.47%83.92%-
XYZ52.6662.5422.93-
YUV199.8975.01133.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=39.39%
G=40.53%
B=20.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141060.0300.500.1663.3356.8462.75
HexD0D66A3032103f393f
Octal320326152306220777177
Binary1101000011010110110101011011001010000111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D66A; }

 p { color: rgb(208,214,106); }

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

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

 a { background-color: rgb(208,214,106); }

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

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

 span { border-color: rgb(208,214,106); }

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