#D5D572

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

Shades of Goldenrod #D5D572

Tints of Goldenrod #D5D572

Color information

#D5D572 (or 0xD5D572) is unknown color: approx Goldenrod. HEX triplet: D5, D5 and 72. RGB value is (213,213,114). Sum of RGB (Red+Green+Blue) = 213+213+114=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D572 is #2A2A8D. Grayscale: #CACACA. Windows color (decimal): -2763406 or 7525845. OLE color: 7525845.

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

Color convert

RGB213213114-
CMYK000.460.16
HSL60º54.1%64.12%-
HSV(B)60º46.48%83.53%-
XYZ54.2762.9525.21-
YUV201.7178.5136.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=39.44%
G=39.44%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213114000.460.166054.164.12
HexD5D572002E103c3640
Octal3253251620056207466100
Binary1101010111010101111001000101110100001111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D572; }

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

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

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

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

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

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

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

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