#D0D66B

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

Shades of Goldenrod #D0D66B

Tints of Goldenrod #D0D66B

Color information

#D0D66B (or 0xD0D66B) is unknown color: approx Goldenrod. HEX triplet: D0, D6 and 6B. RGB value is (208,214,107). Sum of RGB (Red+Green+Blue) = 208+214+107=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D66B is #2F2994. Grayscale: #C8C8C8. Windows color (decimal): -3090837 or 7067344. OLE color: 7067344.

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

Color convert

RGB208214107-
CMYK0.0300.500.16
HSL63.36º56.61%62.94%-
HSV(B)63.36º50%83.92%-
XYZ52.7162.5623.21-
YUV200.0175.51133.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=39.32%
G=40.45%
B=20.23%

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
Decimal2082141070.0300.500.1663.3656.6162.94
HexD0D66B3032103f393f
Octal320326153306220777177
Binary1101000011010110110101111011001010000111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D66B; }

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

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

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

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

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

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

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

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