Html Css Color HEX #D4C3AE Stark White

📋 copy color: '#D4C3AE'

red 212 ◦ green 195 ◦ blue 174

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

Shades of Stark White #D4C3AE

Tints of Stark White #D4C3AE

RGB

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

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

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

R = 36.49%
G = 33.56%
B = 29.95%

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

#D4C3AE (or 0xD4C3AE) is known color: Stark White. HEX triplet: D4, C3 and AE. RGB value is (212,195,174). Sum of RGB (Red+Green+Blue) = 212+195+174=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C3AE is #2B3C51. Grayscale: #C5C5C5. Windows color (decimal): -2833490 or 11453396. OLE color: 11453396.

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

Color convert

RGB 212 195 174 -
CMYK 0 0.08 0.18 0.17
HSL 33.16º 0.31% 0.76% -
HSV(B) 33.16º 0.18% 0.83% -
XYZ 54.31 56.08 48.01 -
YUV 197.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 212 195 174 0 0.08 0.18 0.17 33.16 0.31 0.76
Hex D4 C3 AE 0 8 12 11 21 1F 4C
Octal 324 303 256 0 10 22 21 41 37 114
Binary 11010100 11000011 10101110 0 1000 10010 10001 100001 11111 1001100

Color Harmonies of #D4C3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C3AE

Black with #D4C3AE

Text Example


Text Example

White with #D4C3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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