#DCC6B8

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

Shades of Just Right #DCC6B8

Tints of Just Right #DCC6B8

Color information

#DCC6B8 (or 0xDCC6B8) is unknown color: approx Just Right. HEX triplet: DC, C6 and B8. RGB value is (220,198,184). Sum of RGB (Red+Green+Blue) = 220+198+184=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6B8 is #233947. Grayscale: #CBCBCB. Windows color (decimal): -2308424 or 12109532. OLE color: 12109532.

HSL color Cylindrical-coordinate representation of color #DCC6B8: hue angle of 23.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC6B8 is Cyan = 0, Magento = 0.1, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220198184-
CMYK00.10.160.14
HSL23.33º33.96%79.22%-
HSV(B)23.33º16.36%86.27%-
XYZ58.3659.0653.67-
YUV202.98117.29140.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=36.54%
G=32.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019818400.10.160.1423.3333.9679.22
HexDCC6B80A10E17224f
Octal33430627001220162742117
Binary11011100110001101011100001010100001110101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6B8; }

 p { color: rgb(220,198,184); }

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

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

 a { background-color: rgb(220,198,184); }

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

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

 span { border-color: rgb(220,198,184); }

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