Html Css Color HEX #D3C5AF Stark White

📋 copy color: '#D3C5AF'

red 211 ◦ green 197 ◦ blue 175

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

Shades of Stark White #D3C5AF

Tints of Stark White #D3C5AF

RGB

 RED value IS 211 (82.81% from 255) = 36.19%

 GREEN value IS 197 (77.34% from 255) = 33.79%

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

R = 36.19%
G = 33.79%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D3C5AF (or 0xD3C5AF) is known color: Stark White. HEX triplet: D3, C5 and AF. RGB value is (211,197,175). Sum of RGB (Red+Green+Blue) = 211+197+175=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C5AF is #2C3A50. Grayscale: #C6C6C6. Windows color (decimal): -2898513 or 11519443. OLE color: 11519443.

HSL color Cylindrical-coordinate representation of color #D3C5AF: hue angle of 36.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C5AF is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 197 175 -
CMYK 0 0.07 0.17 0.17
HSL 36.67º 0.29% 0.76% -
HSV(B) 36.67º 0.17% 0.83% -
XYZ 54.57 56.88 48.66 -
YUV 198.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 211 197 175 0 0.07 0.17 0.17 36.67 0.29 0.76
Hex D3 C5 AF 0 7 11 11 25 1D 4C
Octal 323 305 257 0 7 21 21 45 35 114
Binary 11010011 11000101 10101111 0 111 10001 10001 100101 11101 1001100

Color Harmonies of #D3C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C5AF

Black with #D3C5AF

Text Example


Text Example

White with #D3C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C5AF; }

 p { color: rgb(211,197,175); }

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

background-color css

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

 a { background-color: rgb(211,197,175); }

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

border-color css

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

 span { border-color: rgb(211,197,175); }

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