Html Css Color HEX #DBCCB0 Aths Special

📋 copy color: '#DBCCB0'

red 219 ◦ green 204 ◦ blue 176

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

Shades of Aths Special #DBCCB0

Tints of Aths Special #DBCCB0

RGB

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

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

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

R = 36.56%
G = 34.06%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBCCB0 (or 0xDBCCB0) is known color: Aths Special. HEX triplet: DB, CC and B0. RGB value is (219,204,176). Sum of RGB (Red+Green+Blue) = 219+204+176=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCB0 is #24334F. Grayscale: #CDCDCD. Windows color (decimal): -2372432 or 11586779. OLE color: 11586779.

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

Color convert

RGB 219 204 176 -
CMYK 0 0.07 0.20 0.14
HSL 39.07º 0.37% 0.77% -
HSV(B) 39.07º 0.2% 0.86% -
XYZ 58.64 61.38 49.83 -
YUV 205.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 219 204 176 0 0.07 0.20 0.14 39.07 0.37 0.77
Hex DB CC B0 0 7 14 E 27 25 4D
Octal 333 314 260 0 7 24 16 47 45 115
Binary 11011011 11001100 10110000 0 111 10100 1110 100111 100101 1001101

Color Harmonies of #DBCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCB0

Black with #DBCCB0

Text Example


Text Example

White with #DBCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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