Html Css Color HEX #D8C6AF Stark White

📋 copy color: '#D8C6AF'

red 216 ◦ green 198 ◦ blue 175

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

Shades of Stark White #D8C6AF

Tints of Stark White #D8C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

 BLUE value IS 175 (68.75% from 255) = 29.71%

R = 36.67%
G = 33.62%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8C6AF (or 0xD8C6AF) is known color: Stark White. HEX triplet: D8, C6 and AF. RGB value is (216,198,175). Sum of RGB (Red+Green+Blue) = 216+198+175=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6AF is #273950. Grayscale: #C8C8C8. Windows color (decimal): -2570577 or 11519704. OLE color: 11519704.

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

Color convert

RGB 216 198 175 -
CMYK 0 0.08 0.19 0.15
HSL 33.66º 0.34% 0.77% -
HSV(B) 33.66º 0.19% 0.85% -
XYZ 56.25 58.08 48.8 -
YUV 200.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 216 198 175 0 0.08 0.19 0.15 33.66 0.34 0.77
Hex D8 C6 AF 0 8 13 F 22 22 4D
Octal 330 306 257 0 10 23 17 42 42 115
Binary 11011000 11000110 10101111 0 1000 10011 1111 100010 100010 1001101

Color Harmonies of #D8C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6AF

Black with #D8C6AF

Text Example


Text Example

White with #D8C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6AF; }

 p { color: rgb(216,198,175); }

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

background-color css

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

 a { background-color: rgb(216,198,175); }

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

border-color css

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

 span { border-color: rgb(216,198,175); }

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