Html Css Color HEX #DBA993 Rose

📋 copy color: '#DBA993'

red 219 ◦ green 169 ◦ blue 147

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

Shades of Rose #DBA993

Tints of Rose #DBA993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.48%

R = 40.93%
G = 31.59%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBA993 (or 0xDBA993) is known color: Rose. HEX triplet: DB, A9 and 93. RGB value is (219,169,147). Sum of RGB (Red+Green+Blue) = 219+169+147=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA993 is #24566C. Grayscale: #B5B5B5. Windows color (decimal): -2381421 or 9677275. OLE color: 9677275.

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

Color convert

RGB 219 169 147 -
CMYK 0 0.23 0.33 0.14
HSL 18.33º 0.5% 0.72% -
HSV(B) 18.33º 0.33% 0.86% -
XYZ 48.67 45.54 33.83 -
YUV 181.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 219 169 147 0 0.23 0.33 0.14 18.33 0.5 0.72
Hex DB A9 93 0 17 21 E 12 32 48
Octal 333 251 223 0 27 41 16 22 62 110
Binary 11011011 10101001 10010011 0 10111 100001 1110 10010 110010 1001000

Color Harmonies of #DBA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA993

Black with #DBA993

Text Example


Text Example

White with #DBA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA993; }

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

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

background-color css

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

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

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

border-color css

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

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

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