#DCBBA4

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

Shades of Just Right #DCBBA4

Tints of Just Right #DCBBA4

Color information

#DCBBA4 (or 0xDCBBA4) is unknown color: approx Just Right. HEX triplet: DC, BB and A4. RGB value is (220,187,164). Sum of RGB (Red+Green+Blue) = 220+187+164=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA4 is #23445B. Grayscale: #C2C2C2. Windows color (decimal): -2311260 or 10795996. OLE color: 10795996.

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

Color convert

RGB220187164-
CMYK00.150.250.14
HSL24.64º44.44%75.29%-
HSV(B)24.64º25.45%86.27%-
XYZ53.9953.4442.59-
YUV194.24110.93146.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=38.53%
G=32.75%
B=28.72%

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
Decimal22018716400.150.250.1424.6444.4475.29
HexDCBBA40F19E192c4b
Octal33427324401731163154113
Binary11011100101110111010010001111110011110110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA4; }

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

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

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

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

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

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

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

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