Html Css Color HEX #D2DF6D Mindaro

📋 copy color: '#D2DF6D'

red 210 ◦ green 223 ◦ blue 109

#D2DF6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D2DF6D

Tints of Mindaro #D2DF6D

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

 GREEN value IS 223 (87.5% from 255) = 41.14%

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 38.75%
G = 41.14%
B = 20.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#D2DF6D (or 0xD2DF6D) is known color: Mindaro. HEX triplet: D2, DF and 6D. RGB value is (210,223,109). Sum of RGB (Red+Green+Blue) = 210+223+109=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF6D is #2D2092. Grayscale: #CECECE. Windows color (decimal): -2957459 or 7200722. OLE color: 7200722.

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

Color convert

RGB 210 223 109 -
CMYK 0.06 0 0.51 0.13
HSL 66.84º 0.64% 0.65% -
HSV(B) 66.84º 0.51% 0.87% -
XYZ 55.73 67.58 24.58 -
YUV 206.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 210 223 109 0.06 0 0.51 0.13 66.84 0.64 0.65
Hex D2 DF 6D 6 0 33 D 43 40 41
Octal 322 337 155 6 0 63 15 103 100 101
Binary 11010010 11011111 1101101 110 0 110011 1101 1000011 1000000 1000001

Color Harmonies of #D2DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF6D

Black with #D2DF6D

Text Example


Text Example

White with #D2DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF6D; }

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

 H1.HeaderClassName
 {
   color: #D2DF6D;
 }
 .AnyTagClassName
 {
   color: #D2DF6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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