#DCC3B4

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

Shades of Just Right #DCC3B4

Tints of Just Right #DCC3B4

Color information

#DCC3B4 (or 0xDCC3B4) is unknown color: approx Just Right. HEX triplet: DC, C3 and B4. RGB value is (220,195,180). Sum of RGB (Red+Green+Blue) = 220+195+180=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3B4 is #233C4B. Grayscale: #C8C8C8. Windows color (decimal): -2309196 or 11846620. OLE color: 11846620.

HSL color Cylindrical-coordinate representation of color #DCC3B4: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC3B4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220195180-
CMYK00.110.180.14
HSL22.5º36.36%78.43%-
HSV(B)22.5º18.18%86.27%-
XYZ57.2757.5451.27-
YUV200.76116.28141.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=36.97%
G=32.77%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019518000.110.180.1422.536.3678.43
HexDCC3B40B12E17244e
Octal33430326401322162744116
Binary11011100110000111011010001011100101110101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3B4; }

 p { color: rgb(220,195,180); }

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

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

 a { background-color: rgb(220,195,180); }

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

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

 span { border-color: rgb(220,195,180); }

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