#D4D669

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

Shades of Goldenrod #D4D669

Tints of Goldenrod #D4D669

Color information

#D4D669 (or 0xD4D669) is unknown color: approx Goldenrod. HEX triplet: D4, D6 and 69. RGB value is (212,214,105). Sum of RGB (Red+Green+Blue) = 212+214+105=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D669 is #2B2996. Grayscale: #C9C9C9. Windows color (decimal): -2828695 or 6936276. OLE color: 6936276.

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

Color convert

RGB212214105-
CMYK0.0100.510.16
HSL61.1º57.07%62.55%-
HSV(B)61.1º50.93%83.92%-
XYZ53.7563.1122.71-
YUV200.9873.84135.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=39.92%
G=40.30%
B=19.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141050.0100.510.1661.157.0762.55
HexD4D6691033103d393f
Octal324326151106320757177
Binary110101001101011011010011011001110000111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D669; }

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

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

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

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

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

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

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

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