Html Css Color HEX #DCCBAD Aths Special

📋 copy color: '#DCCBAD'

red 220 ◦ green 203 ◦ blue 173

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

Shades of Aths Special #DCCBAD

Tints of Aths Special #DCCBAD

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

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

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

R = 36.91%
G = 34.06%
B = 29.03%

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

#DCCBAD (or 0xDCCBAD) is known color: Aths Special. HEX triplet: DC, CB and AD. RGB value is (220,203,173). Sum of RGB (Red+Green+Blue) = 220+203+173=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAD is #233452. Grayscale: #CCCCCC. Windows color (decimal): -2307155 or 11389916. OLE color: 11389916.

HSL color Cylindrical-coordinate representation of color #DCCBAD: hue angle of 38.3º degrees, saturation: 0.4, 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 #DCCBAD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 173 -
CMYK 0 0.08 0.21 0.14
HSL 38.3º 0.4% 0.77% -
HSV(B) 38.3º 0.21% 0.86% -
XYZ 58.41 60.94 48.22 -
YUV 204.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 220 203 173 0 0.08 0.21 0.14 38.3 0.4 0.77
Hex DC CB AD 0 8 15 E 26 28 4D
Octal 334 313 255 0 10 25 16 46 50 115
Binary 11011100 11001011 10101101 0 1000 10101 1110 100110 101000 1001101

Color Harmonies of #DCCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBAD

Black with #DCCBAD

Text Example


Text Example

White with #DCCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBAD; }

 p { color: rgb(220,203,173); }

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

background-color css

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

 a { background-color: rgb(220,203,173); }

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

border-color css

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

 span { border-color: rgb(220,203,173); }

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