#D4D571

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

Shades of Goldenrod #D4D571

Tints of Goldenrod #D4D571

Color information

#D4D571 (or 0xD4D571) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 71. RGB value is (212,213,113). Sum of RGB (Red+Green+Blue) = 212+213+113=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D571 is #2B2A8E. Grayscale: #C9C9C9. Windows color (decimal): -2828943 or 7460308. OLE color: 7460308.

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

Color convert

RGB212213113-
CMYK0.0000.470.16
HSL60.6º54.35%63.92%-
HSV(B)60.6º46.95%83.53%-
XYZ53.9362.7824.9-
YUV201.378.17135.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 113 (44.53% from 255) = 21.00%
R=39.41%
G=39.59%
B=21.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131130.0000.470.1660.654.3563.92
HexD4D571002F103d3640
Octal3243251610057207566100
Binary1101010011010101111000100101111100001111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D571; }

 p { color: rgb(212,213,113); }

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

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

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

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

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

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

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