Html Css Color HEX #D9C7B7 Stark White

📋 copy color: '#D9C7B7'

red 217 ◦ green 199 ◦ blue 183

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

Shades of Stark White #D9C7B7

Tints of Stark White #D9C7B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.55%

R = 36.23%
G = 33.22%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9C7B7 (or 0xD9C7B7) is known color: Stark White. HEX triplet: D9, C7 and B7. RGB value is (217,199,183). Sum of RGB (Red+Green+Blue) = 217+199+183=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7B7 is #263848. Grayscale: #CACACA. Windows color (decimal): -2504777 or 12044249. OLE color: 12044249.

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

Color convert

RGB 217 199 183 -
CMYK 0 0.08 0.16 0.15
HSL 28.24º 0.31% 0.78% -
HSV(B) 28.24º 0.16% 0.85% -
XYZ 57.59 59.02 53.16 -
YUV 202.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 217 199 183 0 0.08 0.16 0.15 28.24 0.31 0.78
Hex D9 C7 B7 0 8 10 F 1C 1F 4E
Octal 331 307 267 0 10 20 17 34 37 116
Binary 11011001 11000111 10110111 0 1000 10000 1111 11100 11111 1001110

Color Harmonies of #D9C7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7B7

Black with #D9C7B7

Text Example


Text Example

White with #D9C7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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