#D5D272

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

Shades of Goldenrod #D5D272

Tints of Goldenrod #D5D272

Color information

#D5D272 (or 0xD5D272) is unknown color: approx Goldenrod. HEX triplet: D5, D2 and 72. RGB value is (213,210,114). Sum of RGB (Red+Green+Blue) = 213+210+114=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D272 is #2A2D8D. Grayscale: #C8C8C8. Windows color (decimal): -2764174 or 7525077. OLE color: 7525077.

HSL color Cylindrical-coordinate representation of color #D5D272: hue angle of 58.18º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5D272 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213210114-
CMYK00.010.460.16
HSL58.18º54.1%64.12%-
HSV(B)58.18º46.48%83.53%-
XYZ53.5261.4524.96-
YUV199.9579.49137.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=39.66%
G=39.11%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321011400.010.460.1658.1854.164.12
HexD5D272012E103a3640
Octal3253221620156207266100
Binary1101010111010010111001001101110100001110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D272; }

 p { color: rgb(213,210,114); }

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

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

 a { background-color: rgb(213,210,114); }

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

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

 span { border-color: rgb(213,210,114); }

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