Html Css Color HEX #D8C8AF Stark White

📋 copy color: '#D8C8AF'

red 216 ◦ green 200 ◦ blue 175

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

Shades of Stark White #D8C8AF

Tints of Stark White #D8C8AF

RGB

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

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

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

R = 36.55%
G = 33.84%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8C8AF (or 0xD8C8AF) is known color: Stark White. HEX triplet: D8, C8 and AF. RGB value is (216,200,175). Sum of RGB (Red+Green+Blue) = 216+200+175=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8AF is #273750. Grayscale: #CACACA. Windows color (decimal): -2570065 or 11520216. OLE color: 11520216.

HSL color Cylindrical-coordinate representation of color #D8C8AF: hue angle of 36.59º 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 #D8C8AF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 175 -
CMYK 0 0.07 0.19 0.15
HSL 36.59º 0.34% 0.77% -
HSV(B) 36.59º 0.19% 0.85% -
XYZ 56.71 59 48.96 -
YUV 201.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 216 200 175 0 0.07 0.19 0.15 36.59 0.34 0.77
Hex D8 C8 AF 0 7 13 F 25 22 4D
Octal 330 310 257 0 7 23 17 45 42 115
Binary 11011000 11001000 10101111 0 111 10011 1111 100101 100010 1001101

Color Harmonies of #D8C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8AF

Black with #D8C8AF

Text Example


Text Example

White with #D8C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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