#DDB284

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

Shades of Brandy #DDB284

Tints of Brandy #DDB284

Color information

#DDB284 (or 0xDDB284) is unknown color: approx Brandy. HEX triplet: DD, B2 and 84. RGB value is (221,178,132). Sum of RGB (Red+Green+Blue) = 221+178+132=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB284 is #224D7B. Grayscale: #B9B9B9. Windows color (decimal): -2248060 or 8696541. OLE color: 8696541.

HSL color Cylindrical-coordinate representation of color #DDB284: hue angle of 31.01º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB284 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221178132-
CMYK00.190.400.13
HSL31.01º56.69%69.22%-
HSV(B)31.01º40.27%86.67%-
XYZ49.948.8828.63-
YUV185.6197.75153.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=41.62%
G=33.52%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117813200.190.400.1331.0156.6969.22
HexDDB28401328D1f3945
Octal33526220402350153771105
Binary1101110110110010100001000100111010001101111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB284; }

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

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

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

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

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

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

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

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