Html Css Color HEX #D5C9B6 Stark White

📋 copy color: '#D5C9B6'

red 213 ◦ green 201 ◦ blue 182

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

Shades of Stark White #D5C9B6

Tints of Stark White #D5C9B6

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

 GREEN value IS 201 (78.91% from 255) = 33.72%

 BLUE value IS 182 (71.48% from 255) = 30.54%

R = 35.74%
G = 33.72%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5C9B6 (or 0xD5C9B6) is known color: Stark White. HEX triplet: D5, C9 and B6. RGB value is (213,201,182). Sum of RGB (Red+Green+Blue) = 213+201+182=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9B6 is #2A3649. Grayscale: #CACACA. Windows color (decimal): -2766410 or 11979221. OLE color: 11979221.

HSL color Cylindrical-coordinate representation of color #D5C9B6: hue angle of 36.77º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C9B6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 182 -
CMYK 0 0.06 0.15 0.16
HSL 36.77º 0.27% 0.77% -
HSV(B) 36.77º 0.15% 0.84% -
XYZ 56.77 59.3 52.71 -
YUV 202.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 213 201 182 0 0.06 0.15 0.16 36.77 0.27 0.77
Hex D5 C9 B6 0 6 F 10 25 1B 4D
Octal 325 311 266 0 6 17 20 45 33 115
Binary 11010101 11001001 10110110 0 110 1111 10000 100101 11011 1001101

Color Harmonies of #D5C9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9B6

Black with #D5C9B6

Text Example


Text Example

White with #D5C9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9B6; }

 p { color: rgb(213,201,182); }

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

background-color css

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

 a { background-color: rgb(213,201,182); }

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

border-color css

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

 span { border-color: rgb(213,201,182); }

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