Html Css Color HEX #D1C1B1 Stark White

📋 copy color: '#D1C1B1'

red 209 ◦ green 193 ◦ blue 177

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

Shades of Stark White #D1C1B1

Tints of Stark White #D1C1B1

RGB

 RED value IS 209 (82.03% from 255) = 36.1%

 GREEN value IS 193 (75.78% from 255) = 33.33%

 BLUE value IS 177 (69.53% from 255) = 30.57%

R = 36.1%
G = 33.33%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D1C1B1 (or 0xD1C1B1) is known color: Stark White. HEX triplet: D1, C1 and B1. RGB value is (209,193,177). Sum of RGB (Red+Green+Blue) = 209+193+177=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C1B1 is #2E3E4E. Grayscale: #C4C4C4. Windows color (decimal): -3030607 or 11649489. OLE color: 11649489.

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

Color convert

RGB 209 193 177 -
CMYK 0 0.08 0.15 0.18
HSL 30º 0.26% 0.76% -
HSV(B) 30º 0.15% 0.82% -
XYZ 53.3 54.87 49.38 -
YUV 195.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 209 193 177 0 0.08 0.15 0.18 30 0.26 0.76
Hex D1 C1 B1 0 8 F 12 1E 1A 4C
Octal 321 301 261 0 10 17 22 36 32 114
Binary 11010001 11000001 10110001 0 1000 1111 10010 11110 11010 1001100

Color Harmonies of #D1C1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C1B1

Black with #D1C1B1

Text Example


Text Example

White with #D1C1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C1B1; }

 p { color: rgb(209,193,177); }

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

background-color css

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

 a { background-color: rgb(209,193,177); }

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

border-color css

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

 span { border-color: rgb(209,193,177); }

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