Html Css Color HEX #DDB387 Brandy

📋 copy color: '#DDB387'

red 221 ◦ green 179 ◦ blue 135

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

Shades of Brandy #DDB387

Tints of Brandy #DDB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.46%

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

R = 41.31%
G = 33.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDB387 (or 0xDDB387) is known color: Brandy. HEX triplet: DD, B3 and 87. RGB value is (221,179,135). Sum of RGB (Red+Green+Blue) = 221+179+135=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB387 is #224C78. Grayscale: #BABABA. Windows color (decimal): -2247801 or 8893405. OLE color: 8893405.

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

Color convert

RGB 221 179 135 -
CMYK 0 0.19 0.39 0.13
HSL 30.7º 0.56% 0.7% -
HSV(B) 30.7º 0.39% 0.87% -
XYZ 50.31 49.36 29.8 -
YUV 186.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 221 179 135 0 0.19 0.39 0.13 30.7 0.56 0.7
Hex DD B3 87 0 13 27 D 1F 38 46
Octal 335 263 207 0 23 47 15 37 70 106
Binary 11011101 10110011 10000111 0 10011 100111 1101 11111 111000 1000110

Color Harmonies of #DDB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB387

Black with #DDB387

Text Example


Text Example

White with #DDB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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