Html Css Color HEX #D8C7BA Stark White

📋 copy color: '#D8C7BA'

red 216 ◦ green 199 ◦ blue 186

#D8C7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stark White #D8C7BA

Tints of Stark White #D8C7BA

RGB

 RED value IS 216 (84.77% from 255) = 35.94%

 GREEN value IS 199 (78.13% from 255) = 33.11%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 35.94%
G = 33.11%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8C7BA (or 0xD8C7BA) is known color: Stark White. HEX triplet: D8, C7 and BA. RGB value is (216,199,186). Sum of RGB (Red+Green+Blue) = 216+199+186=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7BA is #273845. Grayscale: #CACACA. Windows color (decimal): -2570310 or 12240856. OLE color: 12240856.

HSL color Cylindrical-coordinate representation of color #D8C7BA: hue angle of 26º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C7BA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 186 -
CMYK 0 0.08 0.14 0.15
HSL 26º 0.28% 0.79% -
HSV(B) 26º 0.14% 0.85% -
XYZ 57.61 58.99 54.8 -
YUV 202.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 216 199 186 0 0.08 0.14 0.15 26 0.28 0.79
Hex D8 C7 BA 0 8 E F 1A 1C 4F
Octal 330 307 272 0 10 16 17 32 34 117
Binary 11011000 11000111 10111010 0 1000 1110 1111 11010 11100 1001111

Color Harmonies of #D8C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C7BA

Black with #D8C7BA

Text Example


Text Example

White with #D8C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C7BA; }

 p { color: rgb(216,199,186); }

 H1.HeaderClassName
 {
   color: #D8C7BA;
 }
 .AnyTagClassName
 {
   color: #D8C7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(216,199,186); }

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

border-color css

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

 span { border-color: rgb(216,199,186); }

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