#D5C4AE

Color #D5C4AE Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #D5C4AE

Tints of Stark White #D5C4AE

Color information

#D5C4AE (or 0xD5C4AE) is unknown color: approx Stark White. HEX triplet: D5, C4 and AE. RGB value is (213,196,174). Sum of RGB (Red+Green+Blue) = 213+196+174=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C4AE is #2A3B51. Grayscale: #C6C6C6. Windows color (decimal): -2767698 or 11453653. OLE color: 11453653.

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

Color convert

RGB213196174-
CMYK00.080.180.16
HSL33.85º31.71%75.88%-
HSV(B)33.85º18.31%83.53%-
XYZ54.8256.6848.1-
YUV198.58114.13138.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=36.54%
G=33.62%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319617400.080.180.1633.8531.7175.88
HexD5C4AE08121022204c
Octal32530425601022204240114
Binary1101010111000100101011100100010010100001000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4AE; }

 p { color: rgb(213,196,174); }

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

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

 a { background-color: rgb(213,196,174); }

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

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

 span { border-color: rgb(213,196,174); }

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