Html Css Color HEX #D9C6B6 Stark White

📋 copy color: '#D9C6B6'

red 217 ◦ green 198 ◦ blue 182

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

Shades of Stark White #D9C6B6

Tints of Stark White #D9C6B6

RGB

 RED value IS 217 (85.16% from 255) = 36.35%

 GREEN value IS 198 (77.73% from 255) = 33.17%

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

R = 36.35%
G = 33.17%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9C6B6 (or 0xD9C6B6) is known color: Stark White. HEX triplet: D9, C6 and B6. RGB value is (217,198,182). Sum of RGB (Red+Green+Blue) = 217+198+182=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6B6 is #263949. Grayscale: #C9C9C9. Windows color (decimal): -2505034 or 11978457. OLE color: 11978457.

HSL color Cylindrical-coordinate representation of color #D9C6B6: hue angle of 27.43º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C6B6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 198 182 -
CMYK 0 0.09 0.16 0.15
HSL 27.43º 0.32% 0.78% -
HSV(B) 27.43º 0.16% 0.85% -
XYZ 57.25 58.52 52.53 -
YUV 201.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 217 198 182 0 0.09 0.16 0.15 27.43 0.32 0.78
Hex D9 C6 B6 0 9 10 F 1B 20 4E
Octal 331 306 266 0 11 20 17 33 40 116
Binary 11011001 11000110 10110110 0 1001 10000 1111 11011 100000 1001110

Color Harmonies of #D9C6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6B6

Black with #D9C6B6

Text Example


Text Example

White with #D9C6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6B6; }

 p { color: rgb(217,198,182); }

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

background-color css

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

 a { background-color: rgb(217,198,182); }

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

border-color css

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

 span { border-color: rgb(217,198,182); }

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