Html Css Color HEX #DEA99B Rose

📋 copy color: '#DEA99B'

red 222 ◦ green 169 ◦ blue 155

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

Shades of Rose #DEA99B

Tints of Rose #DEA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.95%

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 40.66%
G = 30.95%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEA99B (or 0xDEA99B) is known color: Rose. HEX triplet: DE, A9 and 9B. RGB value is (222,169,155). Sum of RGB (Red+Green+Blue) = 222+169+155=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA99B is #215664. Grayscale: #B7B7B7. Windows color (decimal): -2184805 or 10201566. OLE color: 10201566.

HSL color Cylindrical-coordinate representation of color #DEA99B: hue angle of 12.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA99B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 155 -
CMYK 0 0.24 0.30 0.13
HSL 12.54º 0.5% 0.74% -
HSV(B) 12.54º 0.3% 0.87% -
XYZ 50.23 46.27 37.29 -
YUV 183.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 222 169 155 0 0.24 0.30 0.13 12.54 0.5 0.74
Hex DE A9 9B 0 18 1E D D 32 4A
Octal 336 251 233 0 30 36 15 15 62 112
Binary 11011110 10101001 10011011 0 11000 11110 1101 1101 110010 1001010

Color Harmonies of #DEA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA99B

Black with #DEA99B

Text Example


Text Example

White with #DEA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA99B; }

 p { color: rgb(222,169,155); }

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

background-color css

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

 a { background-color: rgb(222,169,155); }

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

border-color css

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

 span { border-color: rgb(222,169,155); }

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