Html Css Color HEX #DEA299 Rose

📋 copy color: '#DEA299'

red 222 ◦ green 162 ◦ blue 153

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

Shades of Rose #DEA299

Tints of Rose #DEA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 41.34%
G = 30.17%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEA299 (or 0xDEA299) is known color: Rose. HEX triplet: DE, A2 and 99. RGB value is (222,162,153). Sum of RGB (Red+Green+Blue) = 222+162+153=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA299 is #215D66. Grayscale: #B3B3B3. Windows color (decimal): -2186599 or 10068702. OLE color: 10068702.

HSL color Cylindrical-coordinate representation of color #DEA299: hue angle of 7.83º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA299 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 162 153 -
CMYK 0 0.27 0.31 0.13
HSL 7.83º 0.51% 0.74% -
HSV(B) 7.83º 0.31% 0.87% -
XYZ 48.79 43.67 35.99 -
YUV 178.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 222 162 153 0 0.27 0.31 0.13 7.83 0.51 0.74
Hex DE A2 99 0 1B 1F D 8 33 4A
Octal 336 242 231 0 33 37 15 10 63 112
Binary 11011110 10100010 10011001 0 11011 11111 1101 1000 110011 1001010

Color Harmonies of #DEA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA299

Black with #DEA299

Text Example


Text Example

White with #DEA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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