Html Css Color HEX #DBA496 Rose

📋 copy color: '#DBA496'

red 219 ◦ green 164 ◦ blue 150

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

Shades of Rose #DBA496

Tints of Rose #DBA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 41.09%
G = 30.77%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA496 (or 0xDBA496) is known color: Rose. HEX triplet: DB, A4 and 96. RGB value is (219,164,150). Sum of RGB (Red+Green+Blue) = 219+164+150=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA496 is #245B69. Grayscale: #B2B2B2. Windows color (decimal): -2382698 or 9872603. OLE color: 9872603.

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

Color convert

RGB 219 164 150 -
CMYK 0 0.25 0.32 0.14
HSL 12.17º 0.49% 0.72% -
HSV(B) 12.17º 0.32% 0.86% -
XYZ 47.99 43.81 34.78 -
YUV 178.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 219 164 150 0 0.25 0.32 0.14 12.17 0.49 0.72
Hex DB A4 96 0 19 20 E C 31 48
Octal 333 244 226 0 31 40 16 14 61 110
Binary 11011011 10100100 10010110 0 11001 100000 1110 1100 110001 1001000

Color Harmonies of #DBA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA496

Black with #DBA496

Text Example


Text Example

White with #DBA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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