Html Css Color HEX #D9C8BA Stark White

📋 copy color: '#D9C8BA'

red 217 ◦ green 200 ◦ blue 186

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

Shades of Stark White #D9C8BA

Tints of Stark White #D9C8BA

RGB

 RED value IS 217 (85.16% from 255) = 35.99%

 GREEN value IS 200 (78.52% from 255) = 33.17%

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

R = 35.99%
G = 33.17%
B = 30.85%

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

#D9C8BA (or 0xD9C8BA) is known color: Stark White. HEX triplet: D9, C8 and BA. RGB value is (217,200,186). Sum of RGB (Red+Green+Blue) = 217+200+186=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BA is #263745. Grayscale: #CBCBCB. Windows color (decimal): -2504518 or 12241113. OLE color: 12241113.

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

Color convert

RGB 217 200 186 -
CMYK 0 0.08 0.14 0.15
HSL 27.1º 0.29% 0.79% -
HSV(B) 27.1º 0.14% 0.85% -
XYZ 58.13 59.61 54.9 -
YUV 203.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 217 200 186 0 0.08 0.14 0.15 27.1 0.29 0.79
Hex D9 C8 BA 0 8 E F 1B 1D 4F
Octal 331 310 272 0 10 16 17 33 35 117
Binary 11011001 11001000 10111010 0 1000 1110 1111 11011 11101 1001111

Color Harmonies of #D9C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8BA

Black with #D9C8BA

Text Example


Text Example

White with #D9C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8BA; }

 p { color: rgb(217,200,186); }

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

background-color css

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

 a { background-color: rgb(217,200,186); }

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

border-color css

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

 span { border-color: rgb(217,200,186); }

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