Html Css Color HEX #D9C7AF Stark White

📋 copy color: '#D9C7AF'

red 217 ◦ green 199 ◦ blue 175

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

Shades of Stark White #D9C7AF

Tints of Stark White #D9C7AF

RGB

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

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

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

R = 36.72%
G = 33.67%
B = 29.61%

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

#D9C7AF (or 0xD9C7AF) is known color: Stark White. HEX triplet: D9, C7 and AF. RGB value is (217,199,175). Sum of RGB (Red+Green+Blue) = 217+199+175=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C7AF is #263850. Grayscale: #C9C9C9. Windows color (decimal): -2504785 or 11519961. OLE color: 11519961.

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

Color convert

RGB 217 199 175 -
CMYK 0 0.08 0.19 0.15
HSL 34.29º 0.36% 0.77% -
HSV(B) 34.29º 0.19% 0.85% -
XYZ 56.78 58.69 48.89 -
YUV 201.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 217 199 175 0 0.08 0.19 0.15 34.29 0.36 0.77
Hex D9 C7 AF 0 8 13 F 22 24 4D
Octal 331 307 257 0 10 23 17 42 44 115
Binary 11011001 11000111 10101111 0 1000 10011 1111 100010 100100 1001101

Color Harmonies of #D9C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7AF

Black with #D9C7AF

Text Example


Text Example

White with #D9C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7AF; }

 p { color: rgb(217,199,175); }

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

background-color css

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

 a { background-color: rgb(217,199,175); }

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

border-color css

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

 span { border-color: rgb(217,199,175); }

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