Html Css Color HEX #DDB587 Brandy

📋 copy color: '#DDB587'

red 221 ◦ green 181 ◦ blue 135

#DDB587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy #DDB587

Tints of Brandy #DDB587

RGB

 RED value IS 221 (86.72% from 255) = 41.15%

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 135 (53.13% from 255) = 25.14%

R = 41.15%
G = 33.71%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDB587 (or 0xDDB587) is known color: Brandy. HEX triplet: DD, B5 and 87. RGB value is (221,181,135). Sum of RGB (Red+Green+Blue) = 221+181+135=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB587 is #224A78. Grayscale: #BBBBBB. Windows color (decimal): -2247289 or 8893917. OLE color: 8893917.

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

Color convert

RGB 221 181 135 -
CMYK 0 0.18 0.39 0.13
HSL 32.09º 0.56% 0.7% -
HSV(B) 32.09º 0.39% 0.87% -
XYZ 50.72 50.17 29.93 -
YUV 187.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 221 181 135 0 0.18 0.39 0.13 32.09 0.56 0.7
Hex DD B5 87 0 12 27 D 20 38 46
Octal 335 265 207 0 22 47 15 40 70 106
Binary 11011101 10110101 10000111 0 10010 100111 1101 100000 111000 1000110

Color Harmonies of #DDB587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB587

Black with #DDB587

Text Example


Text Example

White with #DDB587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB587; }

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

 H1.HeaderClassName
 {
   color: #DDB587;
 }
 .AnyTagClassName
 {
   color: #DDB587;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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