Html Css Color HEX #DBA08C Rose

📋 copy color: '#DBA08C'

red 219 ◦ green 160 ◦ blue 140

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

Shades of Rose #DBA08C

Tints of Rose #DBA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 42.2%
G = 30.83%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA08C (or 0xDBA08C) is known color: Rose. HEX triplet: DB, A0 and 8C. RGB value is (219,160,140). Sum of RGB (Red+Green+Blue) = 219+160+140=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08C is #245F73. Grayscale: #AFAFAF. Windows color (decimal): -2383732 or 9216219. OLE color: 9216219.

HSL color Cylindrical-coordinate representation of color #DBA08C: hue angle of 15.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA08C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 140 -
CMYK 0 0.27 0.36 0.14
HSL 15.19º 0.52% 0.7% -
HSV(B) 15.19º 0.36% 0.86% -
XYZ 46.52 42.1 30.48 -
YUV 175.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 219 160 140 0 0.27 0.36 0.14 15.19 0.52 0.7
Hex DB A0 8C 0 1B 24 E F 34 46
Octal 333 240 214 0 33 44 16 17 64 106
Binary 11011011 10100000 10001100 0 11011 100100 1110 1111 110100 1000110

Color Harmonies of #DBA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA08C

Black with #DBA08C

Text Example


Text Example

White with #DBA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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