Html Css Color HEX #DEEA66 Mindaro

📋 copy color: '#DEEA66'

red 222 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #DEEA66

Tints of Mindaro #DEEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.94%

 BLUE value IS 102 (40.23% from 255) = 18.28%

R = 39.78%
G = 41.94%
B = 18.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DEEA66 (or 0xDEEA66) is known color: Mindaro. HEX triplet: DE, EA and 66. RGB value is (222,234,102). Sum of RGB (Red+Green+Blue) = 222+234+102=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA66 is #211599. Grayscale: #D7D7D7. Windows color (decimal): -2168218 or 6744798. OLE color: 6744798.

HSL color Cylindrical-coordinate representation of color #DEEA66: hue angle of 65.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEEA66 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 234 102 -
CMYK 0.05 0 0.56 0.08
HSL 65.45º 0.76% 0.66% -
HSV(B) 65.45º 0.56% 0.92% -
XYZ 61.95 75.33 23.85 -
YUV 215.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 222 234 102 0.05 0 0.56 0.08 65.45 0.76 0.66
Hex DE EA 66 5 0 38 8 41 4C 42
Octal 336 352 146 5 0 70 10 101 114 102
Binary 11011110 11101010 1100110 101 0 111000 1000 1000001 1001100 1000010

Color Harmonies of #DEEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA66

Black with #DEEA66

Text Example


Text Example

White with #DEEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA66; }

 p { color: rgb(222,234,102); }

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

background-color css

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

 a { background-color: rgb(222,234,102); }

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

border-color css

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

 span { border-color: rgb(222,234,102); }

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