#DEB58B

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

Shades of Brandy #DEB58B

Tints of Brandy #DEB58B

Color information

#DEB58B (or 0xDEB58B) is unknown color: approx Brandy. HEX triplet: DE, B5 and 8B. RGB value is (222,181,139). Sum of RGB (Red+Green+Blue) = 222+181+139=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB58B is #214A74. Grayscale: #BCBCBC. Windows color (decimal): -2181749 or 9156062. OLE color: 9156062.

HSL color Cylindrical-coordinate representation of color #DEB58B: hue angle of 30.36º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEB58B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222181139-
CMYK00.180.370.13
HSL30.36º55.7%70.78%-
HSV(B)30.36º37.39%87.06%-
XYZ51.3150.4431.46-
YUV188.47100.08151.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=40.96%
G=33.39%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218113900.180.370.1330.3655.770.78
HexDEB58B01225D1e3847
Octal33626521302245153670107
Binary1101111010110101100010110100101001011101111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB58B; }

 p { color: rgb(222,181,139); }

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

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

 a { background-color: rgb(222,181,139); }

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

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

 span { border-color: rgb(222,181,139); }

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