#DCBCA4

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

Shades of Just Right #DCBCA4

Tints of Just Right #DCBCA4

Color information

#DCBCA4 (or 0xDCBCA4) is unknown color: approx Just Right. HEX triplet: DC, BC and A4. RGB value is (220,188,164). Sum of RGB (Red+Green+Blue) = 220+188+164=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA4 is #23435B. Grayscale: #C2C2C2. Windows color (decimal): -2311004 or 10796252. OLE color: 10796252.

HSL color Cylindrical-coordinate representation of color #DCBCA4: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBCA4 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220188164-
CMYK00.150.250.14
HSL25.71º44.44%75.29%-
HSV(B)25.71º25.45%86.27%-
XYZ54.253.8642.66-
YUV194.83110.6145.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=38.46%
G=32.87%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018816400.150.250.1425.7144.4475.29
HexDCBCA40F19E1a2c4b
Octal33427424401731163254113
Binary11011100101111001010010001111110011110110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA4; }

 p { color: rgb(220,188,164); }

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

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

 a { background-color: rgb(220,188,164); }

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

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

 span { border-color: rgb(220,188,164); }

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