Html Css Color HEX #D2DF6F Mindaro

📋 copy color: '#D2DF6F'

red 210 ◦ green 223 ◦ blue 111

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

Shades of Mindaro #D2DF6F

Tints of Mindaro #D2DF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 38.6%
G = 40.99%
B = 20.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D2DF6F (or 0xD2DF6F) is known color: Mindaro. HEX triplet: D2, DF and 6F. RGB value is (210,223,111). Sum of RGB (Red+Green+Blue) = 210+223+111=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF6F is #2D2090. Grayscale: #CECECE. Windows color (decimal): -2957457 or 7331794. OLE color: 7331794.

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

Color convert

RGB 210 223 111 -
CMYK 0.06 0 0.50 0.13
HSL 66.96º 0.64% 0.65% -
HSV(B) 66.96º 0.5% 0.87% -
XYZ 55.84 67.62 25.15 -
YUV 206.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 210 223 111 0.06 0 0.50 0.13 66.96 0.64 0.65
Hex D2 DF 6F 6 0 32 D 43 40 41
Octal 322 337 157 6 0 62 15 103 100 101
Binary 11010010 11011111 1101111 110 0 110010 1101 1000011 1000000 1000001

Color Harmonies of #D2DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF6F

Black with #D2DF6F

Text Example


Text Example

White with #D2DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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