Html Css Color HEX #D6C5AF Stark White

📋 copy color: '#D6C5AF'

red 214 ◦ green 197 ◦ blue 175

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

Shades of Stark White #D6C5AF

Tints of Stark White #D6C5AF

RGB

 RED value IS 214 (83.98% from 255) = 36.52%

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

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

R = 36.52%
G = 33.62%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6C5AF (or 0xD6C5AF) is known color: Stark White. HEX triplet: D6, C5 and AF. RGB value is (214,197,175). Sum of RGB (Red+Green+Blue) = 214+197+175=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C5AF is #293A50. Grayscale: #C7C7C7. Windows color (decimal): -2701905 or 11519446. OLE color: 11519446.

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

Color convert

RGB 214 197 175 -
CMYK 0 0.08 0.18 0.16
HSL 33.85º 0.32% 0.76% -
HSV(B) 33.85º 0.18% 0.84% -
XYZ 55.44 57.32 48.7 -
YUV 199.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 214 197 175 0 0.08 0.18 0.16 33.85 0.32 0.76
Hex D6 C5 AF 0 8 12 10 22 20 4C
Octal 326 305 257 0 10 22 20 42 40 114
Binary 11010110 11000101 10101111 0 1000 10010 10000 100010 100000 1001100

Color Harmonies of #D6C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5AF

Black with #D6C5AF

Text Example


Text Example

White with #D6C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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