#D4C8B1

Color #D4C8B1 Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D4C8B1

Tints of Aths Special #D4C8B1

Color information

#D4C8B1 (or 0xD4C8B1) is unknown color: approx Aths Special. HEX triplet: D4, C8 and B1. RGB value is (212,200,177). Sum of RGB (Red+Green+Blue) = 212+200+177=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8B1 is #2B374E. Grayscale: #C9C9C9. Windows color (decimal): -2832207 or 11651284. OLE color: 11651284.

HSL color Cylindrical-coordinate representation of color #D4C8B1: hue angle of 39.43º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C8B1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212200177-
CMYK00.060.170.17
HSL39.43º28.93%76.27%-
HSV(B)39.43º16.51%83.14%-
XYZ55.7458.4849.94-
YUV200.97114.48135.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=35.99%
G=33.96%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220017700.060.170.1739.4328.9376.27
HexD4C8B1061111271d4c
Octal3243102610621214735114
Binary11010100110010001011000101101000110001100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8B1; }

 p { color: rgb(212,200,177); }

 H1.HeaderClassName
 {
   color: #D4C8B1;
 }
 .AnyTagClassName
 {
   color: #D4C8B1;
 }
</style>
background-color css

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

 a { background-color: rgb(212,200,177); }

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

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

 span { border-color: rgb(212,200,177); }

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