#D3DC64

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

Shades of Goldenrod #D3DC64

Tints of Goldenrod #D3DC64

Color information

#D3DC64 (or 0xD3DC64) is unknown color: approx Goldenrod. HEX triplet: D3, DC and 64. RGB value is (211,220,100). Sum of RGB (Red+Green+Blue) = 211+220+100=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC64 is #2C239B. Grayscale: #CCCCCC. Windows color (decimal): -2892700 or 6610131. OLE color: 6610131.

HSL color Cylindrical-coordinate representation of color #D3DC64: hue angle of 64.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3DC64 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB211220100-
CMYK0.0400.550.14
HSL64.5º63.16%62.75%-
HSV(B)64.5º54.55%86.27%-
XYZ54.7665.9621.9-
YUV203.6369.52133.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=39.74%
G=41.43%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112201000.0400.550.1464.563.1662.75
HexD3DC644037E403f3f
Octal3233341444067161007777
Binary11010011110111001100100100011011111101000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC64; }

 p { color: rgb(211,220,100); }

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

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

 a { background-color: rgb(211,220,100); }

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

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

 span { border-color: rgb(211,220,100); }

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