Html Css Color HEX #DEEC85 Mindaro

📋 copy color: '#DEEC85'

red 222 ◦ green 236 ◦ blue 133

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

Shades of Mindaro #DEEC85

Tints of Mindaro #DEEC85

RGB

 RED value IS 222 (87.11% from 255) = 37.56%

 GREEN value IS 236 (92.58% from 255) = 39.93%

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 37.56%
G = 39.93%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DEEC85 (or 0xDEEC85) is known color: Mindaro. HEX triplet: DE, EC and 85. RGB value is (222,236,133). Sum of RGB (Red+Green+Blue) = 222+236+133=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEC85 is #21137A. Grayscale: #DCDCDC. Windows color (decimal): -2167675 or 8776926. OLE color: 8776926.

HSL color Cylindrical-coordinate representation of color #DEEC85: hue angle of 68.16º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEEC85 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 236 133 -
CMYK 0.06 0 0.44 0.07
HSL 68.16º 0.73% 0.72% -
HSV(B) 68.16º 0.44% 0.93% -
XYZ 64.35 77.21 33.7 -
YUV 220.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 222 236 133 0.06 0 0.44 0.07 68.16 0.73 0.72
Hex DE EC 85 6 0 2C 7 44 49 48
Octal 336 354 205 6 0 54 7 104 111 110
Binary 11011110 11101100 10000101 110 0 101100 111 1000100 1001001 1001000

Color Harmonies of #DEEC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEC85

Black with #DEEC85

Text Example


Text Example

White with #DEEC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEC85; }

 p { color: rgb(222,236,133); }

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

background-color css

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

 a { background-color: rgb(222,236,133); }

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

border-color css

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

 span { border-color: rgb(222,236,133); }

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