Html Css Color HEX #DBA49A Rose

📋 copy color: '#DBA49A'

red 219 ◦ green 164 ◦ blue 154

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

Shades of Rose #DBA49A

Tints of Rose #DBA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.54%

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

R = 40.78%
G = 30.54%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBA49A (or 0xDBA49A) is known color: Rose. HEX triplet: DB, A4 and 9A. RGB value is (219,164,154). Sum of RGB (Red+Green+Blue) = 219+164+154=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49A is #245B65. Grayscale: #B3B3B3. Windows color (decimal): -2382694 or 10134747. OLE color: 10134747.

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

Color convert

RGB 219 164 154 -
CMYK 0 0.25 0.30 0.14
HSL 9.23º 0.47% 0.73% -
HSV(B) 9.23º 0.3% 0.86% -
XYZ 48.32 43.94 36.51 -
YUV 179.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 219 164 154 0 0.25 0.30 0.14 9.23 0.47 0.73
Hex DB A4 9A 0 19 1E E 9 2F 49
Octal 333 244 232 0 31 36 16 11 57 111
Binary 11011011 10100100 10011010 0 11001 11110 1110 1001 101111 1001001

Color Harmonies of #DBA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA49A

Black with #DBA49A

Text Example


Text Example

White with #DBA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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