#D4D867

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

Shades of Goldenrod #D4D867

Tints of Goldenrod #D4D867

Color information

#D4D867 (or 0xD4D867) is unknown color: approx Goldenrod. HEX triplet: D4, D8 and 67. RGB value is (212,216,103). Sum of RGB (Red+Green+Blue) = 212+216+103=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D867 is #2B2798. Grayscale: #CACACA. Windows color (decimal): -2828185 or 6805716. OLE color: 6805716.

HSL color Cylindrical-coordinate representation of color #D4D867: hue angle of 62.12º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4D867 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB212216103-
CMYK0.0200.520.15
HSL62.12º59.16%62.55%-
HSV(B)62.12º52.31%84.71%-
XYZ54.1664.0922.35-
YUV201.9272.17135.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=39.92%
G=40.68%
B=19.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122161030.0200.520.1562.1259.1662.55
HexD4D8672034F3e3b3f
Octal324330147206417767377
Binary110101001101100011001111001101001111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D867; }

 p { color: rgb(212,216,103); }

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

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

 a { background-color: rgb(212,216,103); }

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

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

 span { border-color: rgb(212,216,103); }

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