#D3DC7C

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

Shades of Goldenrod #D3DC7C

Tints of Goldenrod #D3DC7C

Color information

#D3DC7C (or 0xD3DC7C) is unknown color: approx Goldenrod. HEX triplet: D3, DC and 7C. RGB value is (211,220,124). Sum of RGB (Red+Green+Blue) = 211+220+124=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC7C is #2C2383. Grayscale: #CECECE. Windows color (decimal): -2892676 or 8182995. OLE color: 8182995.

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

Color convert

RGB211220124-
CMYK0.0400.440.14
HSL65.62º57.83%67.45%-
HSV(B)65.62º43.64%86.27%-
XYZ56.166.4928.95-
YUV206.3681.52131.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=38.02%
G=39.64%
B=22.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112201240.0400.440.1465.6257.8367.45
HexD3DC7C402CE423a43
Octal32333417440541610272103
Binary110100111101110011111001000101100111010000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC7C; }

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

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

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

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

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

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

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

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