Html Css Color HEX #DEA692 Rose

📋 copy color: '#DEA692'

red 222 ◦ green 166 ◦ blue 146

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

Shades of Rose #DEA692

Tints of Rose #DEA692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 41.57%
G = 31.09%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEA692 (or 0xDEA692) is known color: Rose. HEX triplet: DE, A6 and 92. RGB value is (222,166,146). Sum of RGB (Red+Green+Blue) = 222+166+146=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA692 is #21596D. Grayscale: #B4B4B4. Windows color (decimal): -2185582 or 9610974. OLE color: 9610974.

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

Color convert

RGB 222 166 146 -
CMYK 0 0.25 0.34 0.13
HSL 15.79º 0.54% 0.72% -
HSV(B) 15.79º 0.34% 0.87% -
XYZ 48.95 44.88 33.28 -
YUV 180.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 222 166 146 0 0.25 0.34 0.13 15.79 0.54 0.72
Hex DE A6 92 0 19 22 D 10 36 48
Octal 336 246 222 0 31 42 15 20 66 110
Binary 11011110 10100110 10010010 0 11001 100010 1101 10000 110110 1001000

Color Harmonies of #DEA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA692

Black with #DEA692

Text Example


Text Example

White with #DEA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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