#D4CD64

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

Shades of Goldenrod #D4CD64

Tints of Goldenrod #D4CD64

Color information

#D4CD64 (or 0xD4CD64) is unknown color: approx Goldenrod. HEX triplet: D4, CD and 64. RGB value is (212,205,100). Sum of RGB (Red+Green+Blue) = 212+205+100=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD64 is #2B329B. Grayscale: #C3C3C3. Windows color (decimal): -2831004 or 6606292. OLE color: 6606292.

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

Color convert

RGB212205100-
CMYK00.030.530.17
HSL56.25º56.57%61.18%-
HSV(B)56.25º52.83%83.14%-
XYZ51.2858.5820.66-
YUV195.1274.32140.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 100 (39.45% from 255) = 19.34%
R=41.01%
G=39.65%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220510000.030.530.1756.2556.5761.18
HexD4CD6403351138393d
Octal324315144036521707175
Binary1101010011001101110010001111010110001111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD64; }

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

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

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

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

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

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

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

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