#D4C7B1

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

Shades of Stark White #D4C7B1

Tints of Stark White #D4C7B1

Color information

#D4C7B1 (or 0xD4C7B1) is unknown color: approx Stark White. HEX triplet: D4, C7 and B1. RGB value is (212,199,177). Sum of RGB (Red+Green+Blue) = 212+199+177=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C7B1 is #2B384E. Grayscale: #C8C8C8. Windows color (decimal): -2832463 or 11651028. OLE color: 11651028.

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

Color convert

RGB212199177-
CMYK00.060.170.17
HSL37.71º28.93%76.27%-
HSV(B)37.71º16.51%83.14%-
XYZ55.5158.0249.87-
YUV200.38114.81136.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=36.05%
G=33.84%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219917700.060.170.1737.7128.9376.27
HexD4C7B1061111261d4c
Octal3243072610621214635114
Binary11010100110001111011000101101000110001100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C7B1; }

 p { color: rgb(212,199,177); }

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

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

 a { background-color: rgb(212,199,177); }

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

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

 span { border-color: rgb(212,199,177); }

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