#D0D065

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

Shades of Goldenrod #D0D065

Tints of Goldenrod #D0D065

Color information

#D0D065 (or 0xD0D065) is unknown color: approx Goldenrod. HEX triplet: D0, D0 and 65. RGB value is (208,208,101). Sum of RGB (Red+Green+Blue) = 208+208+101=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D065 is #2F2F9A. Grayscale: #C4C4C4. Windows color (decimal): -3092379 or 6672592. OLE color: 6672592.

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

Color convert

RGB208208101-
CMYK000.510.18
HSL60º53.23%60.59%-
HSV(B)60º51.44%81.57%-
XYZ50.9259.4621.11-
YUV195.874.5136.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=40.23%
G=40.23%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208101000.510.186053.2360.59
HexD0D0650033123c353d
Octal320320145006322746575
Binary110100001101000011001010011001110010111100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D065; }

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

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

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

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

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

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

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

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