Html Css Color HEX #DBA49D Rose

📋 copy color: '#DBA49D'

red 219 ◦ green 164 ◦ blue 157

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

Shades of Rose #DBA49D

Tints of Rose #DBA49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 40.56%
G = 30.37%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBA49D (or 0xDBA49D) is known color: Rose. HEX triplet: DB, A4 and 9D. RGB value is (219,164,157). Sum of RGB (Red+Green+Blue) = 219+164+157=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49D is #245B62. Grayscale: #B3B3B3. Windows color (decimal): -2382691 or 10331355. OLE color: 10331355.

HSL color Cylindrical-coordinate representation of color #DBA49D: hue angle of 6.77º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA49D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 157 -
CMYK 0 0.25 0.28 0.14
HSL 6.77º 0.46% 0.74% -
HSV(B) 6.77º 0.28% 0.86% -
XYZ 48.57 44.05 37.84 -
YUV 179.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 219 164 157 0 0.25 0.28 0.14 6.77 0.46 0.74
Hex DB A4 9D 0 19 1C E 7 2E 4A
Octal 333 244 235 0 31 34 16 7 56 112
Binary 11011011 10100100 10011101 0 11001 11100 1110 111 101110 1001010

Color Harmonies of #DBA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA49D

Black with #DBA49D

Text Example


Text Example

White with #DBA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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