#D4D26A

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

Shades of Goldenrod #D4D26A

Tints of Goldenrod #D4D26A

Color information

#D4D26A (or 0xD4D26A) is unknown color: approx Goldenrod. HEX triplet: D4, D2 and 6A. RGB value is (212,210,106). Sum of RGB (Red+Green+Blue) = 212+210+106=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D26A is #2B2D95. Grayscale: #C7C7C7. Windows color (decimal): -2829718 or 7000788. OLE color: 7000788.

HSL color Cylindrical-coordinate representation of color #D4D26A: hue angle of 58.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D26A is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212210106-
CMYK00.010.50.17
HSL58.87º55.21%62.35%-
HSV(B)58.87º50%83.14%-
XYZ52.861.1322.65-
YUV198.7475.66137.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=40.15%
G=39.77%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221010600.010.50.1758.8755.2162.35
HexD4D26A0132113b373e
Octal324322152016221736776
Binary110101001101001011010100111001010001111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D26A; }

 p { color: rgb(212,210,106); }

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

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

 a { background-color: rgb(212,210,106); }

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

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

 span { border-color: rgb(212,210,106); }

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