Html Css Color HEX #DEA696 Rose

📋 copy color: '#DEA696'

red 222 ◦ green 166 ◦ blue 150

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

Shades of Rose #DEA696

Tints of Rose #DEA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 41.26%
G = 30.86%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEA696 (or 0xDEA696) is known color: Rose. HEX triplet: DE, A6 and 96. RGB value is (222,166,150). Sum of RGB (Red+Green+Blue) = 222+166+150=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA696 is #215969. Grayscale: #B5B5B5. Windows color (decimal): -2185578 or 9873118. OLE color: 9873118.

HSL color Cylindrical-coordinate representation of color #DEA696: hue angle of 13.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA696 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 150 -
CMYK 0 0.25 0.32 0.13
HSL 13.33º 0.52% 0.73% -
HSV(B) 13.33º 0.32% 0.87% -
XYZ 49.27 45 34.94 -
YUV 180.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 222 166 150 0 0.25 0.32 0.13 13.33 0.52 0.73
Hex DE A6 96 0 19 20 D D 34 49
Octal 336 246 226 0 31 40 15 15 64 111
Binary 11011110 10100110 10010110 0 11001 100000 1101 1101 110100 1001001

Color Harmonies of #DEA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA696

Black with #DEA696

Text Example


Text Example

White with #DEA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA696; }

 p { color: rgb(222,166,150); }

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

background-color css

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

 a { background-color: rgb(222,166,150); }

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

border-color css

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

 span { border-color: rgb(222,166,150); }

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