Html Css Color HEX #DBA99A Rose

📋 copy color: '#DBA99A'

red 219 ◦ green 169 ◦ blue 154

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

Shades of Rose #DBA99A

Tints of Rose #DBA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.18%

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 40.41%
G = 31.18%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBA99A (or 0xDBA99A) is known color: Rose. HEX triplet: DB, A9 and 9A. RGB value is (219,169,154). Sum of RGB (Red+Green+Blue) = 219+169+154=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA99A is #245665. Grayscale: #B6B6B6. Windows color (decimal): -2381414 or 10136027. OLE color: 10136027.

HSL color Cylindrical-coordinate representation of color #DBA99A: hue angle of 13.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA99A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 154 -
CMYK 0 0.23 0.30 0.14
HSL 13.85º 0.47% 0.73% -
HSV(B) 13.85º 0.3% 0.86% -
XYZ 49.23 45.77 36.81 -
YUV 182.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 219 169 154 0 0.23 0.30 0.14 13.85 0.47 0.73
Hex DB A9 9A 0 17 1E E E 2F 49
Octal 333 251 232 0 27 36 16 16 57 111
Binary 11011011 10101001 10011010 0 10111 11110 1110 1110 101111 1001001

Color Harmonies of #DBA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA99A

Black with #DBA99A

Text Example


Text Example

White with #DBA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA99A; }

 p { color: rgb(219,169,154); }

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

background-color css

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

 a { background-color: rgb(219,169,154); }

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

border-color css

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

 span { border-color: rgb(219,169,154); }

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