Html Css Color HEX #D7C6AC Stark White

📋 copy color: '#D7C6AC'

red 215 ◦ green 198 ◦ blue 172

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

Shades of Stark White #D7C6AC

Tints of Stark White #D7C6AC

RGB

 RED value IS 215 (84.38% from 255) = 36.75%

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

 BLUE value IS 172 (67.58% from 255) = 29.4%

R = 36.75%
G = 33.85%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7C6AC (or 0xD7C6AC) is known color: Stark White. HEX triplet: D7, C6 and AC. RGB value is (215,198,172). Sum of RGB (Red+Green+Blue) = 215+198+172=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C6AC is #283953. Grayscale: #C8C8C8. Windows color (decimal): -2636116 or 11323095. OLE color: 11323095.

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

Color convert

RGB 215 198 172 -
CMYK 0 0.08 0.2 0.16
HSL 36.28º 0.35% 0.76% -
HSV(B) 36.28º 0.2% 0.84% -
XYZ 55.66 57.81 47.26 -
YUV 200.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 215 198 172 0 0.08 0.2 0.16 36.28 0.35 0.76
Hex D7 C6 AC 0 8 14 10 24 23 4C
Octal 327 306 254 0 10 24 20 44 43 114
Binary 11010111 11000110 10101100 0 1000 10100 10000 100100 100011 1001100

Color Harmonies of #D7C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6AC

Black with #D7C6AC

Text Example


Text Example

White with #D7C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6AC; }

 p { color: rgb(215,198,172); }

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

background-color css

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

 a { background-color: rgb(215,198,172); }

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

border-color css

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

 span { border-color: rgb(215,198,172); }

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