Html Css Color HEX #DEA698 Rose

📋 copy color: '#DEA698'

red 222 ◦ green 166 ◦ blue 152

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

Shades of Rose #DEA698

Tints of Rose #DEA698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.15%

R = 41.11%
G = 30.74%
B = 28.15%

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

#DEA698 (or 0xDEA698) is known color: Rose. HEX triplet: DE, A6 and 98. RGB value is (222,166,152). Sum of RGB (Red+Green+Blue) = 222+166+152=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA698 is #215967. Grayscale: #B5B5B5. Windows color (decimal): -2185576 or 10004190. OLE color: 10004190.

HSL color Cylindrical-coordinate representation of color #DEA698: hue angle of 12º degrees, saturation: 0.51, 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 #DEA698 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 152 -
CMYK 0 0.25 0.32 0.13
HSL 12º 0.51% 0.73% -
HSV(B) 12º 0.32% 0.87% -
XYZ 49.43 45.07 35.8 -
YUV 181.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 222 166 152 0 0.25 0.32 0.13 12 0.51 0.73
Hex DE A6 98 0 19 20 D C 33 49
Octal 336 246 230 0 31 40 15 14 63 111
Binary 11011110 10100110 10011000 0 11001 100000 1101 1100 110011 1001001

Color Harmonies of #DEA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA698

Black with #DEA698

Text Example


Text Example

White with #DEA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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