Html Css Color HEX #DEE099 Primrose

📋 copy color: '#DEE099'

red 222 ◦ green 224 ◦ blue 153

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

Shades of Primrose #DEE099

Tints of Primrose #DEE099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.54%

R = 37.06%
G = 37.4%
B = 25.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DEE099 (or 0xDEE099) is known color: Primrose. HEX triplet: DE, E0 and 99. RGB value is (222,224,153). Sum of RGB (Red+Green+Blue) = 222+224+153=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE099 is #211F66. Grayscale: #D7D7D7. Windows color (decimal): -2170727 or 10084574. OLE color: 10084574.

HSL color Cylindrical-coordinate representation of color #DEE099: hue angle of 61.69º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE099 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 153 -
CMYK 0.01 0 0.32 0.12
HSL 61.69º 0.53% 0.74% -
HSV(B) 61.69º 0.32% 0.88% -
XYZ 62.53 71.14 40.57 -
YUV 215.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 222 224 153 0.01 0 0.32 0.12 61.69 0.53 0.74
Hex DE E0 99 1 0 20 C 3E 35 4A
Octal 336 340 231 1 0 40 14 76 65 112
Binary 11011110 11100000 10011001 1 0 100000 1100 111110 110101 1001010

Color Harmonies of #DEE099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE099

Black with #DEE099

Text Example


Text Example

White with #DEE099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE099; }

 p { color: rgb(222,224,153); }

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

background-color css

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

 a { background-color: rgb(222,224,153); }

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

border-color css

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

 span { border-color: rgb(222,224,153); }

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