#DCBBA7

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

Shades of Just Right #DCBBA7

Tints of Just Right #DCBBA7

Color information

#DCBBA7 (or 0xDCBBA7) is unknown color: approx Just Right. HEX triplet: DC, BB and A7. RGB value is (220,187,167). Sum of RGB (Red+Green+Blue) = 220+187+167=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA7 is #234458. Grayscale: #C2C2C2. Windows color (decimal): -2311257 or 10992604. OLE color: 10992604.

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

Color convert

RGB220187167-
CMYK00.150.240.14
HSL22.64º43.09%75.88%-
HSV(B)22.64º24.09%86.27%-
XYZ54.2653.5544.03-
YUV194.59112.43146.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=38.33%
G=32.58%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018716700.150.240.1422.6443.0975.88
HexDCBBA70F18E172b4c
Octal33427324701730162753114
Binary11011100101110111010011101111110001110101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA7; }

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

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

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

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

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

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

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

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