#D2DF6A

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

Shades of Mindaro #D2DF6A

Tints of Mindaro #D2DF6A

Color information

#D2DF6A (or 0xD2DF6A) is unknown color: approx Mindaro. HEX triplet: D2, DF and 6A. RGB value is (210,223,106). Sum of RGB (Red+Green+Blue) = 210+223+106=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF6A is #2D2095. Grayscale: #CECECE. Windows color (decimal): -2957462 or 7004114. OLE color: 7004114.

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

Color convert

RGB210223106-
CMYK0.0600.520.13
HSL66.67º64.64%64.51%-
HSV(B)66.67º52.47%87.45%-
XYZ55.5767.5223.74-
YUV205.7771.69131.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=38.96%
G=41.37%
B=19.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231060.0600.520.1366.6764.6464.51
HexD2DF6A6034D434141
Octal322337152606415103101101
Binary1101001011011111110101011001101001101100001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF6A; }

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

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

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

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

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

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

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

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