Html Css Color HEX #D8C8B0 Stark White

📋 copy color: '#D8C8B0'

red 216 ◦ green 200 ◦ blue 176

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

Shades of Stark White #D8C8B0

Tints of Stark White #D8C8B0

RGB

 RED value IS 216 (84.77% from 255) = 36.49%

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 176 (69.14% from 255) = 29.73%

R = 36.49%
G = 33.78%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8C8B0 (or 0xD8C8B0) is known color: Stark White. HEX triplet: D8, C8 and B0. RGB value is (216,200,176). Sum of RGB (Red+Green+Blue) = 216+200+176=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8B0 is #27374F. Grayscale: #CACACA. Windows color (decimal): -2570064 or 11585752. OLE color: 11585752.

HSL color Cylindrical-coordinate representation of color #D8C8B0: hue angle of 36º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C8B0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 176 -
CMYK 0 0.07 0.19 0.15
HSL 36º 0.34% 0.77% -
HSV(B) 36º 0.19% 0.85% -
XYZ 56.81 59.04 49.48 -
YUV 202.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 216 200 176 0 0.07 0.19 0.15 36 0.34 0.77
Hex D8 C8 B0 0 7 13 F 24 22 4D
Octal 330 310 260 0 7 23 17 44 42 115
Binary 11011000 11001000 10110000 0 111 10011 1111 100100 100010 1001101

Color Harmonies of #D8C8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8B0

Black with #D8C8B0

Text Example


Text Example

White with #D8C8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8B0; }

 p { color: rgb(216,200,176); }

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

background-color css

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

 a { background-color: rgb(216,200,176); }

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

border-color css

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

 span { border-color: rgb(216,200,176); }

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