#DEB68A

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

Shades of Brandy #DEB68A

Tints of Brandy #DEB68A

Color information

#DEB68A (or 0xDEB68A) is unknown color: approx Brandy. HEX triplet: DE, B6 and 8A. RGB value is (222,182,138). Sum of RGB (Red+Green+Blue) = 222+182+138=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB68A is #214975. Grayscale: #BDBDBD. Windows color (decimal): -2181494 or 9090782. OLE color: 9090782.

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

Color convert

RGB222182138-
CMYK00.180.380.13
HSL31.43º56%70.59%-
HSV(B)31.43º37.84%87.06%-
XYZ51.4450.8231.14-
YUV188.9499.25151.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=40.96%
G=33.58%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218213800.180.380.1331.435670.59
HexDEB68A01226D1f3847
Octal33626621202246153770107
Binary1101111010110110100010100100101001101101111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB68A; }

 p { color: rgb(222,182,138); }

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

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

 a { background-color: rgb(222,182,138); }

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

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

 span { border-color: rgb(222,182,138); }

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