#D4CE73

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

Shades of Goldenrod #D4CE73

Tints of Goldenrod #D4CE73

Color information

#D4CE73 (or 0xD4CE73) is unknown color: approx Goldenrod. HEX triplet: D4, CE and 73. RGB value is (212,206,115). Sum of RGB (Red+Green+Blue) = 212+206+115=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE73 is #2B318C. Grayscale: #C5C5C5. Windows color (decimal): -2830733 or 7589588. OLE color: 7589588.

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

Color convert

RGB212206115-
CMYK00.030.460.17
HSL56.29º53.01%64.12%-
HSV(B)56.29º45.75%83.14%-
XYZ52.3259.3824.92-
YUV197.4281.49138.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 115 (45.31% from 255) = 21.58%
R=39.77%
G=38.65%
B=21.58%

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
Decimal21220611500.030.460.1756.2953.0164.12
HexD4CE73032E11383540
Octal3243161630356217065100
Binary11010100110011101110011011101110100011110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE73; }

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

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

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

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

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

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

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

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