#D2DF63

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

Shades of Mindaro #D2DF63

Tints of Mindaro #D2DF63

Color information

#D2DF63 (or 0xD2DF63) is unknown color: approx Mindaro. HEX triplet: D2, DF and 63. RGB value is (210,223,99). Sum of RGB (Red+Green+Blue) = 210+223+99=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF63 is #2D209C. Grayscale: #CDCDCD. Windows color (decimal): -2957469 or 6545362. OLE color: 6545362.

HSL color Cylindrical-coordinate representation of color #D2DF63: hue angle of 66.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2DF63 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB21022399-
CMYK0.0600.560.13
HSL66.29º65.96%63.14%-
HSV(B)66.29º55.61%87.45%-
XYZ55.2267.3821.9-
YUV204.9868.19131.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 99 (39.06% from 255) = 18.61%
R=39.47%
G=41.92%
B=18.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223990.0600.560.1366.2965.9663.14
HexD2DF636038D42423f
Octal32233714360701510210277
Binary110100101101111111000111100111000110110000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF63; }

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

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

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

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

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

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

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

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