#D3DC63

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

Shades of Goldenrod #D3DC63

Tints of Goldenrod #D3DC63

Color information

#D3DC63 (or 0xD3DC63) is unknown color: approx Goldenrod. HEX triplet: D3, DC and 63. RGB value is (211,220,99). Sum of RGB (Red+Green+Blue) = 211+220+99=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC63 is #2C239C. Grayscale: #CBCBCB. Windows color (decimal): -2892701 or 6544595. OLE color: 6544595.

HSL color Cylindrical-coordinate representation of color #D3DC63: hue angle of 64.46º 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 #D3DC63 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB21122099-
CMYK0.0400.550.14
HSL64.46º63.35%62.55%-
HSV(B)64.46º55%86.27%-
XYZ54.7165.9421.65-
YUV203.5269.02133.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 99 (39.06% from 255) = 18.68%
R=39.81%
G=41.51%
B=18.68%

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
Decimal211220990.0400.550.1464.4663.3562.55
HexD3DC634037E403f3f
Octal3233341434067161007777
Binary11010011110111001100011100011011111101000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC63; }

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

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

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

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

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

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

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

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