#d8c1b0

Color #D8C1B0 Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #D8C1B0

Tints of Just Right #D8C1B0

Color information

#D8C1B0 (or 0xD8C1B0) is unknown color: approx Just Right. HEX triplet: D8, C1 and B0. RGB value is (216,193,176). Sum of RGB (Red+Green+Blue) = 216+193+176=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C1B0 is #273E4F. Grayscale: #C6C6C6. Windows color (decimal): -2571856 or 11583960. OLE color: 11583960.

HSL color Cylindrical-coordinate representation of color #D8C1B0: hue angle of 25.5º 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 #D8C1B0 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216193176-
CMYK00.110.190.15
HSL25.5º33.9%76.86%-
HSV(B)25.5º18.52%84.71%-
XYZ55.2355.8748.95-
YUV197.94115.62140.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=36.92%
G=32.99%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619317600.110.190.1525.533.976.86
HexD8C1B00B13F1a224d
Octal33030126001323173242115
Binary11011000110000011011000001011100111111110101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c1b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c1b0; }

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

 H1.HeaderClassName
 {
   color: #d8c1b0;
 }
 .AnyTagClassName
 {
   color: #d8c1b0;
 }
</style>
background-color css

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

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

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

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

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

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