Html Css Color HEX #DDB389 Brandy

📋 copy color: '#DDB389'

red 221 ◦ green 179 ◦ blue 137

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

Shades of Brandy #DDB389

Tints of Brandy #DDB389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.51%

R = 41.15%
G = 33.33%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB389 (or 0xDDB389) is known color: Brandy. HEX triplet: DD, B3 and 89. RGB value is (221,179,137). Sum of RGB (Red+Green+Blue) = 221+179+137=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB389 is #224C76. Grayscale: #BABABA. Windows color (decimal): -2247799 or 9024477. OLE color: 9024477.

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

Color convert

RGB 221 179 137 -
CMYK 0 0.19 0.38 0.13
HSL 30º 0.55% 0.7% -
HSV(B) 30º 0.38% 0.87% -
XYZ 50.45 49.42 30.55 -
YUV 186.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 221 179 137 0 0.19 0.38 0.13 30 0.55 0.7
Hex DD B3 89 0 13 26 D 1E 37 46
Octal 335 263 211 0 23 46 15 36 67 106
Binary 11011101 10110011 10001001 0 10011 100110 1101 11110 110111 1000110

Color Harmonies of #DDB389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB389

Black with #DDB389

Text Example


Text Example

White with #DDB389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB389; }

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

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

background-color css

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

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

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

border-color css

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

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

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