Html Css Color HEX #DBC9AD Aths Special

📋 copy color: '#DBC9AD'

red 219 ◦ green 201 ◦ blue 173

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

Shades of Aths Special #DBC9AD

Tints of Aths Special #DBC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

 BLUE value IS 173 (67.97% from 255) = 29.17%

R = 36.93%
G = 33.9%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBC9AD (or 0xDBC9AD) is known color: Aths Special. HEX triplet: DB, C9 and AD. RGB value is (219,201,173). Sum of RGB (Red+Green+Blue) = 219+201+173=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9AD is #243652. Grayscale: #CBCBCB. Windows color (decimal): -2373203 or 11389403. OLE color: 11389403.

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

Color convert

RGB 219 201 173 -
CMYK 0 0.08 0.21 0.14
HSL 36.52º 0.39% 0.77% -
HSV(B) 36.52º 0.21% 0.86% -
XYZ 57.64 59.85 48.05 -
YUV 203.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 219 201 173 0 0.08 0.21 0.14 36.52 0.39 0.77
Hex DB C9 AD 0 8 15 E 25 27 4D
Octal 333 311 255 0 10 25 16 45 47 115
Binary 11011011 11001001 10101101 0 1000 10101 1110 100101 100111 1001101

Color Harmonies of #DBC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9AD

Black with #DBC9AD

Text Example


Text Example

White with #DBC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9AD; }

 p { color: rgb(219,201,173); }

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

background-color css

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

 a { background-color: rgb(219,201,173); }

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

border-color css

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

 span { border-color: rgb(219,201,173); }

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