Html Css Color HEX #DBA092 Rose

📋 copy color: '#DBA092'

red 219 ◦ green 160 ◦ blue 146

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

Shades of Rose #DBA092

Tints of Rose #DBA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

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

R = 41.71%
G = 30.48%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBA092 (or 0xDBA092) is known color: Rose. HEX triplet: DB, A0 and 92. RGB value is (219,160,146). Sum of RGB (Red+Green+Blue) = 219+160+146=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA092 is #245F6D. Grayscale: #B0B0B0. Windows color (decimal): -2383726 or 9609435. OLE color: 9609435.

HSL color Cylindrical-coordinate representation of color #DBA092: hue angle of 11.51º 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 #DBA092 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 146 -
CMYK 0 0.27 0.33 0.14
HSL 11.51º 0.5% 0.72% -
HSV(B) 11.51º 0.33% 0.86% -
XYZ 46.97 42.28 32.88 -
YUV 176.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 219 160 146 0 0.27 0.33 0.14 11.51 0.5 0.72
Hex DB A0 92 0 1B 21 E C 32 48
Octal 333 240 222 0 33 41 16 14 62 110
Binary 11011011 10100000 10010010 0 11011 100001 1110 1100 110010 1001000

Color Harmonies of #DBA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA092

Black with #DBA092

Text Example


Text Example

White with #DBA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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