#DCBDA5

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

Shades of Just Right #DCBDA5

Tints of Just Right #DCBDA5

Color information

#DCBDA5 (or 0xDCBDA5) is unknown color: approx Just Right. HEX triplet: DC, BD and A5. RGB value is (220,189,165). Sum of RGB (Red+Green+Blue) = 220+189+165=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA5 is #23425A. Grayscale: #C3C3C3. Windows color (decimal): -2310747 or 10862044. OLE color: 10862044.

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

Color convert

RGB220189165-
CMYK00.140.250.14
HSL26.18º44%75.49%-
HSV(B)26.18º25%86.27%-
XYZ54.554.3343.21-
YUV195.53110.77145.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=38.33%
G=32.93%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018916500.140.250.1426.184475.49
HexDCBDA50E19E1a2c4b
Octal33427524501631163254113
Binary11011100101111011010010101110110011110110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDA5; }

 p { color: rgb(220,189,165); }

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

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

 a { background-color: rgb(220,189,165); }

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

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

 span { border-color: rgb(220,189,165); }

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