#D4D275

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

Shades of Goldenrod #D4D275

Tints of Goldenrod #D4D275

Color information

#D4D275 (or 0xD4D275) is unknown color: approx Goldenrod. HEX triplet: D4, D2 and 75. RGB value is (212,210,117). Sum of RGB (Red+Green+Blue) = 212+210+117=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D275 is #2B2D8A. Grayscale: #C8C8C8. Windows color (decimal): -2829707 or 7721684. OLE color: 7721684.

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

Color convert

RGB212210117-
CMYK00.010.450.17
HSL58.74º52.49%64.51%-
HSV(B)58.74º44.81%83.14%-
XYZ53.4161.3725.86-
YUV20081.16136.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=39.33%
G=38.96%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221011700.010.450.1758.7452.4964.51
HexD4D275012D113b3441
Octal3243221650155217364101
Binary1101010011010010111010101101101100011110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D275; }

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

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

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

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

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

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

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

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