#D0D165

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

Shades of Goldenrod #D0D165

Tints of Goldenrod #D0D165

Color information

#D0D165 (or 0xD0D165) is unknown color: approx Goldenrod. HEX triplet: D0, D1 and 65. RGB value is (208,209,101). Sum of RGB (Red+Green+Blue) = 208+209+101=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D165 is #2F2E9A. Grayscale: #C4C4C4. Windows color (decimal): -3092123 or 6672848. OLE color: 6672848.

HSL color Cylindrical-coordinate representation of color #D0D165: hue angle of 60.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0D165 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB208209101-
CMYK0.0000.520.18
HSL60.56º54%60.78%-
HSV(B)60.56º51.67%81.96%-
XYZ51.1659.9521.19-
YUV196.3974.17136.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=40.15%
G=40.35%
B=19.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091010.0000.520.1860.565460.78
HexD0D1650034123d363d
Octal320321145006422756675
Binary110100001101000111001010011010010010111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D165; }

 p { color: rgb(208,209,101); }

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

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

 a { background-color: rgb(208,209,101); }

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

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

 span { border-color: rgb(208,209,101); }

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