#D4CD65

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

Shades of Goldenrod #D4CD65

Tints of Goldenrod #D4CD65

Color information

#D4CD65 (or 0xD4CD65) is unknown color: approx Goldenrod. HEX triplet: D4, CD and 65. RGB value is (212,205,101). Sum of RGB (Red+Green+Blue) = 212+205+101=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD65 is #2B329A. Grayscale: #C3C3C3. Windows color (decimal): -2831003 or 6671828. OLE color: 6671828.

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

Color convert

RGB212205101-
CMYK00.030.520.17
HSL56.22º56.35%61.37%-
HSV(B)56.22º52.36%83.14%-
XYZ51.3358.620.92-
YUV195.2474.82139.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=40.93%
G=39.58%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220510100.030.520.1756.2256.3561.37
HexD4CD6503341138383d
Octal324315145036421707075
Binary1101010011001101110010101111010010001111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD65; }

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

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

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

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

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

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

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

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