Html Css Color HEX #D2E06C Mindaro

📋 copy color: '#D2E06C'

red 210 ◦ green 224 ◦ blue 108

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

Shades of Mindaro #D2E06C

Tints of Mindaro #D2E06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 108 (42.58% from 255) = 19.93%

R = 38.75%
G = 41.33%
B = 19.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#D2E06C (or 0xD2E06C) is known color: Mindaro. HEX triplet: D2, E0 and 6C. RGB value is (210,224,108). Sum of RGB (Red+Green+Blue) = 210+224+108=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E06C is #2D1F93. Grayscale: #CFCFCF. Windows color (decimal): -2957204 or 7135442. OLE color: 7135442.

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

Color convert

RGB 210 224 108 -
CMYK 0.06 0 0.52 0.12
HSL 67.24º 0.65% 0.65% -
HSV(B) 67.24º 0.52% 0.88% -
XYZ 55.94 68.1 24.38 -
YUV 206.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 210 224 108 0.06 0 0.52 0.12 67.24 0.65 0.65
Hex D2 E0 6C 6 0 34 C 43 41 41
Octal 322 340 154 6 0 64 14 103 101 101
Binary 11010010 11100000 1101100 110 0 110100 1100 1000011 1000001 1000001

Color Harmonies of #D2E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E06C

Black with #D2E06C

Text Example


Text Example

White with #D2E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E06C; }

 p { color: rgb(210,224,108); }

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

background-color css

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

 a { background-color: rgb(210,224,108); }

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

border-color css

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

 span { border-color: rgb(210,224,108); }

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