#DDB287

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

Shades of Brandy #DDB287

Tints of Brandy #DDB287

Color information

#DDB287 (or 0xDDB287) is unknown color: approx Brandy. HEX triplet: DD, B2 and 87. RGB value is (221,178,135). Sum of RGB (Red+Green+Blue) = 221+178+135=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB287 is #224D78. Grayscale: #BABABA. Windows color (decimal): -2248057 or 8893149. OLE color: 8893149.

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

Color convert

RGB221178135-
CMYK00.190.390.13
HSL30º55.84%69.8%-
HSV(B)30º38.91%86.67%-
XYZ50.1148.9629.73-
YUV185.9699.25153-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=41.39%
G=33.33%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117813500.190.390.133055.8469.8
HexDDB28701327D1e3846
Octal33526220702347153670106
Binary1101110110110010100001110100111001111101111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB287; }

 p { color: rgb(221,178,135); }

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

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

 a { background-color: rgb(221,178,135); }

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

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

 span { border-color: rgb(221,178,135); }

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