#DBC0AE

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

Shades of Just Right #DBC0AE

Tints of Just Right #DBC0AE

Color information

#DBC0AE (or 0xDBC0AE) is unknown color: approx Just Right. HEX triplet: DB, C0 and AE. RGB value is (219,192,174). Sum of RGB (Red+Green+Blue) = 219+192+174=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AE is #243F51. Grayscale: #C6C6C6. Windows color (decimal): -2375506 or 11452635. OLE color: 11452635.

HSL color Cylindrical-coordinate representation of color #DBC0AE: hue angle of 24º degrees, saturation: 0.38, 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 #DBC0AE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219192174-
CMYK00.120.210.14
HSL24º38.46%77.06%-
HSV(B)24º20.55%85.88%-
XYZ55.755.8247.88-
YUV198.02114.45142.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=37.44%
G=32.82%
B=29.74%

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
Decimal21919217400.120.210.142438.4677.06
HexDBC0AE0C15E18264d
Octal33330025601425163046115
Binary11011011110000001010111001100101011110110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0AE; }

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

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

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

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

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

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

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

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