Html Css Color HEX #DBCDB0 Aths Special

📋 copy color: '#DBCDB0'

red 219 ◦ green 205 ◦ blue 176

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

Shades of Aths Special #DBCDB0

Tints of Aths Special #DBCDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 36.5%
G = 34.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBCDB0 (or 0xDBCDB0) is known color: Aths Special. HEX triplet: DB, CD and B0. RGB value is (219,205,176). Sum of RGB (Red+Green+Blue) = 219+205+176=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDB0 is #24324F. Grayscale: #CECECE. Windows color (decimal): -2372176 or 11587035. OLE color: 11587035.

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

Color convert

RGB 219 205 176 -
CMYK 0 0.06 0.20 0.14
HSL 40.47º 0.37% 0.77% -
HSV(B) 40.47º 0.2% 0.86% -
XYZ 58.88 61.86 49.91 -
YUV 205.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 219 205 176 0 0.06 0.20 0.14 40.47 0.37 0.77
Hex DB CD B0 0 6 14 E 28 25 4D
Octal 333 315 260 0 6 24 16 50 45 115
Binary 11011011 11001101 10110000 0 110 10100 1110 101000 100101 1001101

Color Harmonies of #DBCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDB0

Black with #DBCDB0

Text Example


Text Example

White with #DBCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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