#D5C5AD

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

Shades of Stark White #D5C5AD

Tints of Stark White #D5C5AD

Color information

#D5C5AD (or 0xD5C5AD) is unknown color: approx Stark White. HEX triplet: D5, C5 and AD. RGB value is (213,197,173). Sum of RGB (Red+Green+Blue) = 213+197+173=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C5AD is #2A3A52. Grayscale: #C7C7C7. Windows color (decimal): -2767443 or 11388373. OLE color: 11388373.

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

Color convert

RGB213197173-
CMYK00.080.190.16
HSL36º32.26%75.69%-
HSV(B)36º18.78%83.53%-
XYZ54.9557.147.66-
YUV199.05113.3137.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=36.54%
G=33.79%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319717300.080.190.163632.2675.69
HexD5C5AD08131024204c
Octal32530525501023204440114
Binary1101010111000101101011010100010011100001001001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C5AD; }

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

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

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

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

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

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

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

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