Html Css Color HEX #DBAB93 Rose

📋 copy color: '#DBAB93'

red 219 ◦ green 171 ◦ blue 147

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

Shades of Rose #DBAB93

Tints of Rose #DBAB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

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

R = 40.78%
G = 31.84%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBAB93 (or 0xDBAB93) is known color: Rose. HEX triplet: DB, AB and 93. RGB value is (219,171,147). Sum of RGB (Red+Green+Blue) = 219+171+147=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB93 is #24546C. Grayscale: #B6B6B6. Windows color (decimal): -2380909 or 9677787. OLE color: 9677787.

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

Color convert

RGB 219 171 147 -
CMYK 0 0.22 0.33 0.14
HSL 20º 0.5% 0.72% -
HSV(B) 20º 0.33% 0.86% -
XYZ 49.04 46.29 33.95 -
YUV 182.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 219 171 147 0 0.22 0.33 0.14 20 0.5 0.72
Hex DB AB 93 0 16 21 E 14 32 48
Octal 333 253 223 0 26 41 16 24 62 110
Binary 11011011 10101011 10010011 0 10110 100001 1110 10100 110010 1001000

Color Harmonies of #DBAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB93

Black with #DBAB93

Text Example


Text Example

White with #DBAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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