Html Css Color HEX #D4C3AD Stark White

📋 copy color: '#D4C3AD'

red 212 ◦ green 195 ◦ blue 173

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

Shades of Stark White #D4C3AD

Tints of Stark White #D4C3AD

RGB

 RED value IS 212 (83.2% from 255) = 36.55%

 GREEN value IS 195 (76.56% from 255) = 33.62%

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

R = 36.55%
G = 33.62%
B = 29.83%

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

#D4C3AD (or 0xD4C3AD) is known color: Stark White. HEX triplet: D4, C3 and AD. RGB value is (212,195,173). Sum of RGB (Red+Green+Blue) = 212+195+173=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C3AD is #2B3C52. Grayscale: #C5C5C5. Windows color (decimal): -2833491 or 11387860. OLE color: 11387860.

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

Color convert

RGB 212 195 173 -
CMYK 0 0.08 0.18 0.17
HSL 33.85º 0.31% 0.75% -
HSV(B) 33.85º 0.18% 0.83% -
XYZ 54.21 56.04 47.5 -
YUV 197.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 212 195 173 0 0.08 0.18 0.17 33.85 0.31 0.75
Hex D4 C3 AD 0 8 12 11 22 1F 4B
Octal 324 303 255 0 10 22 21 42 37 113
Binary 11010100 11000011 10101101 0 1000 10010 10001 100010 11111 1001011

Color Harmonies of #D4C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C3AD

Black with #D4C3AD

Text Example


Text Example

White with #D4C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C3AD; }

 p { color: rgb(212,195,173); }

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

background-color css

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

 a { background-color: rgb(212,195,173); }

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

border-color css

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

 span { border-color: rgb(212,195,173); }

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