#DBC1AE

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

Shades of Just Right #DBC1AE

Tints of Just Right #DBC1AE

Color information

#DBC1AE (or 0xDBC1AE) is unknown color: approx Just Right. HEX triplet: DB, C1 and AE. RGB value is (219,193,174). Sum of RGB (Red+Green+Blue) = 219+193+174=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AE is #243E51. Grayscale: #C6C6C6. Windows color (decimal): -2375250 or 11452891. OLE color: 11452891.

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

Color convert

RGB219193174-
CMYK00.120.210.14
HSL25.33º38.46%77.06%-
HSV(B)25.33º20.55%85.88%-
XYZ55.9256.2647.96-
YUV198.61114.11142.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=37.37%
G=32.94%
B=29.69%

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
Decimal21919317400.120.210.1425.3338.4677.06
HexDBC1AE0C15E19264d
Octal33330125601425163146115
Binary11011011110000011010111001100101011110110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1AE; }

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

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

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

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

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

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

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

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