#DBC0AD

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

Shades of Just Right #DBC0AD

Tints of Just Right #DBC0AD

Color information

#DBC0AD (or 0xDBC0AD) is unknown color: approx Just Right. HEX triplet: DB, C0 and AD. RGB value is (219,192,173). Sum of RGB (Red+Green+Blue) = 219+192+173=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AD is #243F52. Grayscale: #C6C6C6. Windows color (decimal): -2375507 or 11387099. OLE color: 11387099.

HSL color Cylindrical-coordinate representation of color #DBC0AD: hue angle of 24.78º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC0AD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219192173-
CMYK00.120.210.14
HSL24.78º38.98%76.86%-
HSV(B)24.78º21%85.88%-
XYZ55.6155.7847.37-
YUV197.91113.95143.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=37.5%
G=32.88%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919217300.120.210.1424.7838.9876.86
HexDBC0AD0C15E19274d
Octal33330025501425163147115
Binary11011011110000001010110101100101011110110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0AD; }

 p { color: rgb(219,192,173); }

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

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

 a { background-color: rgb(219,192,173); }

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

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

 span { border-color: rgb(219,192,173); }

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