#D4CD73

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

Shades of Goldenrod #D4CD73

Tints of Goldenrod #D4CD73

Color information

#D4CD73 (or 0xD4CD73) is unknown color: approx Goldenrod. HEX triplet: D4, CD and 73. RGB value is (212,205,115). Sum of RGB (Red+Green+Blue) = 212+205+115=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD73 is #2B328C. Grayscale: #C5C5C5. Windows color (decimal): -2830989 or 7589332. OLE color: 7589332.

HSL color Cylindrical-coordinate representation of color #D4CD73: hue angle of 55.67º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4CD73 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212205115-
CMYK00.030.460.17
HSL55.67º53.01%64.12%-
HSV(B)55.67º45.75%83.14%-
XYZ52.0858.924.84-
YUV196.8381.82138.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 115 (45.31% from 255) = 21.62%
R=39.85%
G=38.53%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220511500.030.460.1755.6753.0164.12
HexD4CD73032E11383540
Octal3243151630356217065100
Binary11010100110011011110011011101110100011110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD73; }

 p { color: rgb(212,205,115); }

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

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

 a { background-color: rgb(212,205,115); }

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

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

 span { border-color: rgb(212,205,115); }

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