Html Css Color HEX #D6CCAD Aths Special

📋 copy color: '#D6CCAD'

red 214 ◦ green 204 ◦ blue 173

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

Shades of Aths Special #D6CCAD

Tints of Aths Special #D6CCAD

RGB

 RED value IS 214 (83.98% from 255) = 36.21%

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

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

R = 36.21%
G = 34.52%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6CCAD (or 0xD6CCAD) is known color: Aths Special. HEX triplet: D6, CC and AD. RGB value is (214,204,173). Sum of RGB (Red+Green+Blue) = 214+204+173=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CCAD is #293352. Grayscale: #CBCBCB. Windows color (decimal): -2700115 or 11390166. OLE color: 11390166.

HSL color Cylindrical-coordinate representation of color #D6CCAD: hue angle of 45.37º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CCAD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 173 -
CMYK 0 0.05 0.19 0.16
HSL 45.37º 0.33% 0.76% -
HSV(B) 45.37º 0.19% 0.84% -
XYZ 56.87 60.5 48.22 -
YUV 203.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 214 204 173 0 0.05 0.19 0.16 45.37 0.33 0.76
Hex D6 CC AD 0 5 13 10 2D 21 4C
Octal 326 314 255 0 5 23 20 55 41 114
Binary 11010110 11001100 10101101 0 101 10011 10000 101101 100001 1001100

Color Harmonies of #D6CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCAD

Black with #D6CCAD

Text Example


Text Example

White with #D6CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCAD; }

 p { color: rgb(214,204,173); }

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

background-color css

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

 a { background-color: rgb(214,204,173); }

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

border-color css

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

 span { border-color: rgb(214,204,173); }

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