#D6C8B5

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

Shades of Stark White #D6C8B5

Tints of Stark White #D6C8B5

Color information

#D6C8B5 (or 0xD6C8B5) is unknown color: approx Stark White. HEX triplet: D6, C8 and B5. RGB value is (214,200,181). Sum of RGB (Red+Green+Blue) = 214+200+181=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8B5 is #29374A. Grayscale: #CACACA. Windows color (decimal): -2701131 or 11913430. OLE color: 11913430.

HSL color Cylindrical-coordinate representation of color #D6C8B5: hue angle of 34.55º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C8B5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214200181-
CMYK00.070.150.16
HSL34.55º28.7%77.45%-
HSV(B)34.55º15.42%83.92%-
XYZ56.7358.9452.1-
YUV202.02116.14136.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=35.97%
G=33.61%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420018100.070.150.1634.5528.777.45
HexD6C8B507F10231d4d
Octal3263102650717204335115
Binary1101011011001000101101010111111110000100011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8B5; }

 p { color: rgb(214,200,181); }

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

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

 a { background-color: rgb(214,200,181); }

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

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

 span { border-color: rgb(214,200,181); }

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