Html Css Color HEX #D3C2AE Stark White

📋 copy color: '#D3C2AE'

red 211 ◦ green 194 ◦ blue 174

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

Shades of Stark White #D3C2AE

Tints of Stark White #D3C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 36.44%
G = 33.51%
B = 30.05%

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

#D3C2AE (or 0xD3C2AE) is known color: Stark White. HEX triplet: D3, C2 and AE. RGB value is (211,194,174). Sum of RGB (Red+Green+Blue) = 211+194+174=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C2AE is #2C3D51. Grayscale: #C4C4C4. Windows color (decimal): -2899282 or 11453139. OLE color: 11453139.

HSL color Cylindrical-coordinate representation of color #D3C2AE: hue angle of 32.43º 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 #D3C2AE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 194 174 -
CMYK 0 0.08 0.18 0.17
HSL 32.43º 0.3% 0.75% -
HSV(B) 32.43º 0.18% 0.83% -
XYZ 53.8 55.49 47.92 -
YUV 196.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 211 194 174 0 0.08 0.18 0.17 32.43 0.3 0.75
Hex D3 C2 AE 0 8 12 11 20 1E 4B
Octal 323 302 256 0 10 22 21 40 36 113
Binary 11010011 11000010 10101110 0 1000 10010 10001 100000 11110 1001011

Color Harmonies of #D3C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C2AE

Black with #D3C2AE

Text Example


Text Example

White with #D3C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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