Html Css Color HEX #DEA69D Rose

📋 copy color: '#DEA69D'

red 222 ◦ green 166 ◦ blue 157

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

Shades of Rose #DEA69D

Tints of Rose #DEA69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 40.73%
G = 30.46%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DEA69D (or 0xDEA69D) is known color: Rose. HEX triplet: DE, A6 and 9D. RGB value is (222,166,157). Sum of RGB (Red+Green+Blue) = 222+166+157=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA69D is #215962. Grayscale: #B5B5B5. Windows color (decimal): -2185571 or 10331870. OLE color: 10331870.

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

Color convert

RGB 222 166 157 -
CMYK 0 0.25 0.29 0.13
HSL 8.31º 0.5% 0.74% -
HSV(B) 8.31º 0.29% 0.87% -
XYZ 49.85 45.24 38 -
YUV 181.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 222 166 157 0 0.25 0.29 0.13 8.31 0.5 0.74
Hex DE A6 9D 0 19 1D D 8 32 4A
Octal 336 246 235 0 31 35 15 10 62 112
Binary 11011110 10100110 10011101 0 11001 11101 1101 1000 110010 1001010

Color Harmonies of #DEA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA69D

Black with #DEA69D

Text Example


Text Example

White with #DEA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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