#D0D669

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

Shades of Goldenrod #D0D669

Tints of Goldenrod #D0D669

Color information

#D0D669 (or 0xD0D669) is unknown color: approx Goldenrod. HEX triplet: D0, D6 and 69. RGB value is (208,214,105). Sum of RGB (Red+Green+Blue) = 208+214+105=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D669 is #2F2996. Grayscale: #C8C8C8. Windows color (decimal): -3090839 or 6936272. OLE color: 6936272.

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

Color convert

RGB208214105-
CMYK0.0300.510.16
HSL63.3º57.07%62.55%-
HSV(B)63.3º50.93%83.92%-
XYZ52.6162.5222.66-
YUV199.7874.51133.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=39.47%
G=40.61%
B=19.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141050.0300.510.1663.357.0762.55
HexD0D6693033103f393f
Octal320326151306320777177
Binary1101000011010110110100111011001110000111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D669; }

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

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

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

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

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

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

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

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