Html Css Color HEX #D6CCB5 Aths Special

📋 copy color: '#D6CCB5'

red 214 ◦ green 204 ◦ blue 181

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

Shades of Aths Special #D6CCB5

Tints of Aths Special #D6CCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.22%

R = 35.73%
G = 34.06%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6CCB5 (or 0xD6CCB5) is known color: Aths Special. HEX triplet: D6, CC and B5. RGB value is (214,204,181). Sum of RGB (Red+Green+Blue) = 214+204+181=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB5 is #29334A. Grayscale: #CCCCCC. Windows color (decimal): -2700107 or 11914454. OLE color: 11914454.

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

Color convert

RGB 214 204 181 -
CMYK 0 0.05 0.15 0.16
HSL 41.82º 0.29% 0.77% -
HSV(B) 41.82º 0.15% 0.84% -
XYZ 57.66 60.82 52.42 -
YUV 204.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 214 204 181 0 0.05 0.15 0.16 41.82 0.29 0.77
Hex D6 CC B5 0 5 F 10 2A 1D 4D
Octal 326 314 265 0 5 17 20 52 35 115
Binary 11010110 11001100 10110101 0 101 1111 10000 101010 11101 1001101

Color Harmonies of #D6CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCB5

Black with #D6CCB5

Text Example


Text Example

White with #D6CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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