#DBC1AD

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

Shades of Just Right #DBC1AD

Tints of Just Right #DBC1AD

Color information

#DBC1AD (or 0xDBC1AD) is unknown color: approx Just Right. HEX triplet: DB, C1 and AD. RGB value is (219,193,173). Sum of RGB (Red+Green+Blue) = 219+193+173=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AD is #243E52. Grayscale: #C6C6C6. Windows color (decimal): -2375251 or 11387355. OLE color: 11387355.

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

Color convert

RGB219193173-
CMYK00.120.210.14
HSL26.09º38.98%76.86%-
HSV(B)26.09º21%85.88%-
XYZ55.8356.2247.44-
YUV198.49113.61142.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=37.44%
G=32.99%
B=29.57%

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
Decimal21919317300.120.210.1426.0938.9876.86
HexDBC1AD0C15E1a274d
Octal33330125501425163247115
Binary11011011110000011010110101100101011110110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1AD; }

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

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

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

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

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

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

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

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