Html Css Color HEX #D3C2AD Stark White

📋 copy color: '#D3C2AD'

red 211 ◦ green 194 ◦ blue 173

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

Shades of Stark White #D3C2AD

Tints of Stark White #D3C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.56%

 BLUE value IS 173 (67.97% from 255) = 29.93%

R = 36.51%
G = 33.56%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D3C2AD (or 0xD3C2AD) is known color: Stark White. HEX triplet: D3, C2 and AD. RGB value is (211,194,173). Sum of RGB (Red+Green+Blue) = 211+194+173=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C2AD is #2C3D52. Grayscale: #C4C4C4. Windows color (decimal): -2899283 or 11387603. OLE color: 11387603.

HSL color Cylindrical-coordinate representation of color #D3C2AD: hue angle of 33.16º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C2AD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 194 173 -
CMYK 0 0.08 0.18 0.17
HSL 33.16º 0.3% 0.75% -
HSV(B) 33.16º 0.18% 0.83% -
XYZ 53.7 55.45 47.41 -
YUV 196.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 211 194 173 0 0.08 0.18 0.17 33.16 0.3 0.75
Hex D3 C2 AD 0 8 12 11 21 1E 4B
Octal 323 302 255 0 10 22 21 41 36 113
Binary 11010011 11000010 10101101 0 1000 10010 10001 100001 11110 1001011

Color Harmonies of #D3C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C2AD

Black with #D3C2AD

Text Example


Text Example

White with #D3C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C2AD; }

 p { color: rgb(211,194,173); }

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

background-color css

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

 a { background-color: rgb(211,194,173); }

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

border-color css

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

 span { border-color: rgb(211,194,173); }

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