Html Css Color HEX #D7C6AF Stark White

📋 copy color: '#D7C6AF'

red 215 ◦ green 198 ◦ blue 175

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

Shades of Stark White #D7C6AF

Tints of Stark White #D7C6AF

RGB

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

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

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

R = 36.56%
G = 33.67%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7C6AF (or 0xD7C6AF) is known color: Stark White. HEX triplet: D7, C6 and AF. RGB value is (215,198,175). Sum of RGB (Red+Green+Blue) = 215+198+175=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C6AF is #283950. Grayscale: #C8C8C8. Windows color (decimal): -2636113 or 11519703. OLE color: 11519703.

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

Color convert

RGB 215 198 175 -
CMYK 0 0.08 0.19 0.16
HSL 34.5º 0.33% 0.76% -
HSV(B) 34.5º 0.19% 0.84% -
XYZ 55.96 57.93 48.79 -
YUV 200.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 215 198 175 0 0.08 0.19 0.16 34.5 0.33 0.76
Hex D7 C6 AF 0 8 13 10 22 21 4C
Octal 327 306 257 0 10 23 20 42 41 114
Binary 11010111 11000110 10101111 0 1000 10011 10000 100010 100001 1001100

Color Harmonies of #D7C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6AF

Black with #D7C6AF

Text Example


Text Example

White with #D7C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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