#DFB68A

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

Shades of Brandy #DFB68A

Tints of Brandy #DFB68A

Color information

#DFB68A (or 0xDFB68A) is unknown color: approx Brandy. HEX triplet: DF, B6 and 8A. RGB value is (223,182,138). Sum of RGB (Red+Green+Blue) = 223+182+138=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB68A is #204975. Grayscale: #BDBDBD. Windows color (decimal): -2115958 or 9090783. OLE color: 9090783.

HSL color Cylindrical-coordinate representation of color #DFB68A: hue angle of 31.06º degrees, saturation: 0.57, 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 #DFB68A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223182138-
CMYK00.180.380.13
HSL31.06º57.05%70.78%-
HSV(B)31.06º38.12%87.45%-
XYZ51.7550.9831.16-
YUV189.2499.08152.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=41.07%
G=33.52%
B=25.41%

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
Decimal22318213800.180.380.1331.0657.0570.78
HexDFB68A01226D1f3947
Octal33726621202246153771107
Binary1101111110110110100010100100101001101101111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB68A; }

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

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

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

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

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

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

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

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