#D5C4AF

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

Shades of Stark White #D5C4AF

Tints of Stark White #D5C4AF

Color information

#D5C4AF (or 0xD5C4AF) is unknown color: approx Stark White. HEX triplet: D5, C4 and AF. RGB value is (213,196,175). Sum of RGB (Red+Green+Blue) = 213+196+175=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C4AF is #2A3B50. Grayscale: #C6C6C6. Windows color (decimal): -2767697 or 11519189. OLE color: 11519189.

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

Color convert

RGB213196175-
CMYK00.080.180.16
HSL33.16º31.15%76.08%-
HSV(B)33.16º17.84%83.53%-
XYZ54.9256.7248.61-
YUV198.69114.63138.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=36.47%
G=33.56%
B=29.97%

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
Decimal21319617500.080.180.1633.1631.1576.08
HexD5C4AF081210211f4c
Octal32530425701022204137114
Binary110101011100010010101111010001001010000100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4AF; }

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

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

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

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

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

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

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

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