Html Css Color HEX #DBCBB0 Aths Special

📋 copy color: '#DBCBB0'

red 219 ◦ green 203 ◦ blue 176

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

Shades of Aths Special #DBCBB0

Tints of Aths Special #DBCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

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

R = 36.62%
G = 33.95%
B = 29.43%

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

#DBCBB0 (or 0xDBCBB0) is known color: Aths Special. HEX triplet: DB, CB and B0. RGB value is (219,203,176). Sum of RGB (Red+Green+Blue) = 219+203+176=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBB0 is #24344F. Grayscale: #CCCCCC. Windows color (decimal): -2372688 or 11586523. OLE color: 11586523.

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

Color convert

RGB 219 203 176 -
CMYK 0 0.07 0.20 0.14
HSL 37.67º 0.37% 0.77% -
HSV(B) 37.67º 0.2% 0.86% -
XYZ 58.41 60.91 49.75 -
YUV 204.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 219 203 176 0 0.07 0.20 0.14 37.67 0.37 0.77
Hex DB CB B0 0 7 14 E 26 25 4D
Octal 333 313 260 0 7 24 16 46 45 115
Binary 11011011 11001011 10110000 0 111 10100 1110 100110 100101 1001101

Color Harmonies of #DBCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBB0

Black with #DBCBB0

Text Example


Text Example

White with #DBCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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