#D3DC61

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

Shades of Goldenrod #D3DC61

Tints of Goldenrod #D3DC61

Color information

#D3DC61 (or 0xD3DC61) is unknown color: approx Goldenrod. HEX triplet: D3, DC and 61. RGB value is (211,220,97). Sum of RGB (Red+Green+Blue) = 211+220+97=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC61 is #2C239E. Grayscale: #CBCBCB. Windows color (decimal): -2892703 or 6413523. OLE color: 6413523.

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

Color convert

RGB21122097-
CMYK0.0400.560.14
HSL64.39º63.73%62.16%-
HSV(B)64.39º55.91%86.27%-
XYZ54.6165.921.15-
YUV203.2968.02133.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=39.96%
G=41.67%
B=18.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211220970.0400.560.1464.3963.7362.16
HexD3DC614038E40403e
Octal32333414140701610010076
Binary110100111101110011000011000111000111010000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC61; }

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

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

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

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

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

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

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

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