#D2DC63

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

Shades of Goldenrod #D2DC63

Tints of Goldenrod #D2DC63

Color information

#D2DC63 (or 0xD2DC63) is unknown color: approx Goldenrod. HEX triplet: D2, DC and 63. RGB value is (210,220,99). Sum of RGB (Red+Green+Blue) = 210+220+99=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC63 is #2D239C. Grayscale: #CBCBCB. Windows color (decimal): -2958237 or 6544594. OLE color: 6544594.

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

Color convert

RGB21022099-
CMYK0.0500.550.14
HSL64.96º63.35%62.55%-
HSV(B)64.96º55%86.27%-
XYZ54.4265.7921.63-
YUV203.2269.19132.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=39.70%
G=41.59%
B=18.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210220990.0500.550.1464.9663.3562.55
HexD2DC635037E413f3f
Octal3223341435067161017777
Binary11010010110111001100011101011011111101000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC63; }

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

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

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

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

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

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

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

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