Html Css Color HEX #DEE966 Mindaro

📋 copy color: '#DEE966'

red 222 ◦ green 233 ◦ blue 102

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

Shades of Mindaro #DEE966

Tints of Mindaro #DEE966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

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

R = 39.86%
G = 41.83%
B = 18.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DEE966 (or 0xDEE966) is known color: Mindaro. HEX triplet: DE, E9 and 66. RGB value is (222,233,102). Sum of RGB (Red+Green+Blue) = 222+233+102=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE966 is #211699. Grayscale: #D7D7D7. Windows color (decimal): -2168474 or 6744542. OLE color: 6744542.

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

Color convert

RGB 222 233 102 -
CMYK 0.05 0 0.56 0.09
HSL 65.04º 0.75% 0.66% -
HSV(B) 65.04º 0.56% 0.91% -
XYZ 61.66 74.77 23.75 -
YUV 214.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 222 233 102 0.05 0 0.56 0.09 65.04 0.75 0.66
Hex DE E9 66 5 0 38 9 41 4B 42
Octal 336 351 146 5 0 70 11 101 113 102
Binary 11011110 11101001 1100110 101 0 111000 1001 1000001 1001011 1000010

Color Harmonies of #DEE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE966

Black with #DEE966

Text Example


Text Example

White with #DEE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE966; }

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

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

background-color css

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

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

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

border-color css

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

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

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