Html Css Color HEX #DEE965 Mindaro

📋 copy color: '#DEE965'

red 222 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #DEE965

Tints of Mindaro #DEE965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 39.93%
G = 41.91%
B = 18.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#DEE965 (or 0xDEE965) is known color: Mindaro. HEX triplet: DE, E9 and 65. RGB value is (222,233,101). Sum of RGB (Red+Green+Blue) = 222+233+101=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE965 is #21169A. Grayscale: #D7D7D7. Windows color (decimal): -2168475 or 6679006. OLE color: 6679006.

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

Color convert

RGB 222 233 101 -
CMYK 0.05 0 0.57 0.09
HSL 65º 0.75% 0.65% -
HSV(B) 65º 0.57% 0.91% -
XYZ 61.61 74.75 23.49 -
YUV 214.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 222 233 101 0.05 0 0.57 0.09 65 0.75 0.65
Hex DE E9 65 5 0 39 9 41 4B 41
Octal 336 351 145 5 0 71 11 101 113 101
Binary 11011110 11101001 1100101 101 0 111001 1001 1000001 1001011 1000001

Color Harmonies of #DEE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE965

Black with #DEE965

Text Example


Text Example

White with #DEE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE965; }

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

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

background-color css

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

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

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

border-color css

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

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

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