Html Css Color HEX #D8C7AE Stark White

📋 copy color: '#D8C7AE'

red 216 ◦ green 199 ◦ blue 174

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

Shades of Stark White #D8C7AE

Tints of Stark White #D8C7AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.54%

R = 36.67%
G = 33.79%
B = 29.54%

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

#D8C7AE (or 0xD8C7AE) is known color: Stark White. HEX triplet: D8, C7 and AE. RGB value is (216,199,174). Sum of RGB (Red+Green+Blue) = 216+199+174=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7AE is #273851. Grayscale: #C9C9C9. Windows color (decimal): -2570322 or 11454424. OLE color: 11454424.

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

Color convert

RGB 216 199 174 -
CMYK 0 0.08 0.19 0.15
HSL 35.71º 0.35% 0.76% -
HSV(B) 35.71º 0.19% 0.85% -
XYZ 56.38 58.5 48.36 -
YUV 201.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 216 199 174 0 0.08 0.19 0.15 35.71 0.35 0.76
Hex D8 C7 AE 0 8 13 F 24 23 4C
Octal 330 307 256 0 10 23 17 44 43 114
Binary 11011000 11000111 10101110 0 1000 10011 1111 100100 100011 1001100

Color Harmonies of #D8C7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C7AE

Black with #D8C7AE

Text Example


Text Example

White with #D8C7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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