#D4C5B0

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

Shades of Stark White #D4C5B0

Tints of Stark White #D4C5B0

Color information

#D4C5B0 (or 0xD4C5B0) is unknown color: approx Stark White. HEX triplet: D4, C5 and B0. RGB value is (212,197,176). Sum of RGB (Red+Green+Blue) = 212+197+176=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C5B0 is #2B3A4F. Grayscale: #C7C7C7. Windows color (decimal): -2832976 or 11584980. OLE color: 11584980.

HSL color Cylindrical-coordinate representation of color #D4C5B0: hue angle of 35º degrees, saturation: 0.3, 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 #D4C5B0 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212197176-
CMYK00.070.170.17
HSL35º29.51%76.08%-
HSV(B)35º16.98%83.14%-
XYZ54.9557.0649.19-
YUV199.09114.97137.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=36.24%
G=33.68%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219717600.070.170.173529.5176.08
HexD4C5B0071111231e4c
Octal3243052600721214336114
Binary11010100110001011011000001111000110001100011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C5B0; }

 p { color: rgb(212,197,176); }

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

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

 a { background-color: rgb(212,197,176); }

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

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

 span { border-color: rgb(212,197,176); }

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