Html Css Color HEX #DBCCAA Aths Special

📋 copy color: '#DBCCAA'

red 219 ◦ green 204 ◦ blue 170

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

Shades of Aths Special #DBCCAA

Tints of Aths Special #DBCCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 36.93%
G = 34.4%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBCCAA (or 0xDBCCAA) is known color: Aths Special. HEX triplet: DB, CC and AA. RGB value is (219,204,170). Sum of RGB (Red+Green+Blue) = 219+204+170=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAA is #243355. Grayscale: #CCCCCC. Windows color (decimal): -2372438 or 11193563. OLE color: 11193563.

HSL color Cylindrical-coordinate representation of color #DBCCAA: hue angle of 41.63º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBCCAA is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 170 -
CMYK 0 0.07 0.22 0.14
HSL 41.63º 0.4% 0.76% -
HSV(B) 41.63º 0.22% 0.86% -
XYZ 58.06 61.15 46.77 -
YUV 204.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 219 204 170 0 0.07 0.22 0.14 41.63 0.4 0.76
Hex DB CC AA 0 7 16 E 2A 28 4C
Octal 333 314 252 0 7 26 16 52 50 114
Binary 11011011 11001100 10101010 0 111 10110 1110 101010 101000 1001100

Color Harmonies of #DBCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCAA

Black with #DBCCAA

Text Example


Text Example

White with #DBCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCAA; }

 p { color: rgb(219,204,170); }

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

background-color css

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

 a { background-color: rgb(219,204,170); }

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

border-color css

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

 span { border-color: rgb(219,204,170); }

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