#DBB68E

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

Shades of Brandy #DBB68E

Tints of Brandy #DBB68E

Color information

#DBB68E (or 0xDBB68E) is unknown color: approx Brandy. HEX triplet: DB, B6 and 8E. RGB value is (219,182,142). Sum of RGB (Red+Green+Blue) = 219+182+142=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68E is #244971. Grayscale: #BCBCBC. Windows color (decimal): -2378098 or 9352923. OLE color: 9352923.

HSL color Cylindrical-coordinate representation of color #DBB68E: hue angle of 31.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBB68E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219182142-
CMYK00.170.350.14
HSL31.17º51.68%70.78%-
HSV(B)31.17º35.16%85.88%-
XYZ50.8250.4732.65-
YUV188.5101.76149.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=40.33%
G=33.52%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918214200.170.350.1431.1751.6870.78
HexDBB68E01123E1f3447
Octal33326621602143163764107
Binary1101101110110110100011100100011000111110111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB68E; }

 p { color: rgb(219,182,142); }

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

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

 a { background-color: rgb(219,182,142); }

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

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

 span { border-color: rgb(219,182,142); }

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