Html Css Color HEX #DBAA92 Rose

📋 copy color: '#DBAA92'

red 219 ◦ green 170 ◦ blue 146

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

Shades of Rose #DBAA92

Tints of Rose #DBAA92

RGB

 RED value IS 219 (85.94% from 255) = 40.93%

 GREEN value IS 170 (66.8% from 255) = 31.78%

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

R = 40.93%
G = 31.78%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBAA92 (or 0xDBAA92) is known color: Rose. HEX triplet: DB, AA and 92. RGB value is (219,170,146). Sum of RGB (Red+Green+Blue) = 219+170+146=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA92 is #24556D. Grayscale: #B6B6B6. Windows color (decimal): -2381166 or 9611995. OLE color: 9611995.

HSL color Cylindrical-coordinate representation of color #DBAA92: hue angle of 19.73º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAA92 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 146 -
CMYK 0 0.22 0.33 0.14
HSL 19.73º 0.5% 0.72% -
HSV(B) 19.73º 0.33% 0.86% -
XYZ 48.78 45.88 33.48 -
YUV 181.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 219 170 146 0 0.22 0.33 0.14 19.73 0.5 0.72
Hex DB AA 92 0 16 21 E 14 32 48
Octal 333 252 222 0 26 41 16 24 62 110
Binary 11011011 10101010 10010010 0 10110 100001 1110 10100 110010 1001000

Color Harmonies of #DBAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA92

Black with #DBAA92

Text Example


Text Example

White with #DBAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA92; }

 p { color: rgb(219,170,146); }

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

background-color css

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

 a { background-color: rgb(219,170,146); }

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

border-color css

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

 span { border-color: rgb(219,170,146); }

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