Html Css Color HEX #DBCAB0 Aths Special

📋 copy color: '#DBCAB0'

red 219 ◦ green 202 ◦ blue 176

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

Shades of Aths Special #DBCAB0

Tints of Aths Special #DBCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

 BLUE value IS 176 (69.14% from 255) = 29.48%

R = 36.68%
G = 33.84%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBCAB0 (or 0xDBCAB0) is known color: Aths Special. HEX triplet: DB, CA and B0. RGB value is (219,202,176). Sum of RGB (Red+Green+Blue) = 219+202+176=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB0 is #24354F. Grayscale: #CCCCCC. Windows color (decimal): -2372944 or 11586267. OLE color: 11586267.

HSL color Cylindrical-coordinate representation of color #DBCAB0: hue angle of 36.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCAB0 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 176 -
CMYK 0 0.08 0.20 0.14
HSL 36.28º 0.37% 0.77% -
HSV(B) 36.28º 0.2% 0.86% -
XYZ 58.17 60.44 49.67 -
YUV 204.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 219 202 176 0 0.08 0.20 0.14 36.28 0.37 0.77
Hex DB CA B0 0 8 14 E 24 25 4D
Octal 333 312 260 0 10 24 16 44 45 115
Binary 11011011 11001010 10110000 0 1000 10100 1110 100100 100101 1001101

Color Harmonies of #DBCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAB0

Black with #DBCAB0

Text Example


Text Example

White with #DBCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAB0; }

 p { color: rgb(219,202,176); }

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

background-color css

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

 a { background-color: rgb(219,202,176); }

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

border-color css

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

 span { border-color: rgb(219,202,176); }

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