#D5C5AF

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

Shades of Stark White #D5C5AF

Tints of Stark White #D5C5AF

Color information

#D5C5AF (or 0xD5C5AF) is unknown color: approx Stark White. HEX triplet: D5, C5 and AF. RGB value is (213,197,175). Sum of RGB (Red+Green+Blue) = 213+197+175=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C5AF is #2A3A50. Grayscale: #C7C7C7. Windows color (decimal): -2767441 or 11519445. OLE color: 11519445.

HSL color Cylindrical-coordinate representation of color #D5C5AF: hue angle of 34.74º degrees, saturation: 0.31, 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 #D5C5AF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213197175-
CMYK00.080.180.16
HSL34.74º31.15%76.08%-
HSV(B)34.74º17.84%83.53%-
XYZ55.1457.1748.69-
YUV199.28114.3137.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=36.41%
G=33.68%
B=29.91%

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
Decimal21319717500.080.180.1634.7431.1576.08
HexD5C5AF081210231f4c
Octal32530525701022204337114
Binary110101011100010110101111010001001010000100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C5AF; }

 p { color: rgb(213,197,175); }

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

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

 a { background-color: rgb(213,197,175); }

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

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

 span { border-color: rgb(213,197,175); }

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