Html Css Color HEX #D6CCB1 Aths Special

📋 copy color: '#D6CCB1'

red 214 ◦ green 204 ◦ blue 177

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

Shades of Aths Special #D6CCB1

Tints of Aths Special #D6CCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.75%

R = 35.97%
G = 34.29%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6CCB1 (or 0xD6CCB1) is known color: Aths Special. HEX triplet: D6, CC and B1. RGB value is (214,204,177). Sum of RGB (Red+Green+Blue) = 214+204+177=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CCB1 is #29334E. Grayscale: #CCCCCC. Windows color (decimal): -2700111 or 11652310. OLE color: 11652310.

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

Color convert

RGB 214 204 177 -
CMYK 0 0.05 0.17 0.16
HSL 43.78º 0.31% 0.77% -
HSV(B) 43.78º 0.17% 0.84% -
XYZ 57.26 60.66 50.28 -
YUV 203.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 214 204 177 0 0.05 0.17 0.16 43.78 0.31 0.77
Hex D6 CC B1 0 5 11 10 2C 1F 4D
Octal 326 314 261 0 5 21 20 54 37 115
Binary 11010110 11001100 10110001 0 101 10001 10000 101100 11111 1001101

Color Harmonies of #D6CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCB1

Black with #D6CCB1

Text Example


Text Example

White with #D6CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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