Html Css Color HEX #D7C7AF Stark White

📋 copy color: '#D7C7AF'

red 215 ◦ green 199 ◦ blue 175

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

Shades of Stark White #D7C7AF

Tints of Stark White #D7C7AF

RGB

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

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

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

R = 36.5%
G = 33.79%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7C7AF (or 0xD7C7AF) is known color: Stark White. HEX triplet: D7, C7 and AF. RGB value is (215,199,175). Sum of RGB (Red+Green+Blue) = 215+199+175=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C7AF is #283850. Grayscale: #C9C9C9. Windows color (decimal): -2635857 or 11519959. OLE color: 11519959.

HSL color Cylindrical-coordinate representation of color #D7C7AF: hue angle of 36º 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 #D7C7AF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 199 175 -
CMYK 0 0.07 0.19 0.16
HSL 36º 0.33% 0.76% -
HSV(B) 36º 0.19% 0.84% -
XYZ 56.19 58.39 48.87 -
YUV 201.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 215 199 175 0 0.07 0.19 0.16 36 0.33 0.76
Hex D7 C7 AF 0 7 13 10 24 21 4C
Octal 327 307 257 0 7 23 20 44 41 114
Binary 11010111 11000111 10101111 0 111 10011 10000 100100 100001 1001100

Color Harmonies of #D7C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C7AF

Black with #D7C7AF

Text Example


Text Example

White with #D7C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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