Html Css Color HEX #DDB386 Brandy

📋 copy color: '#DDB386'

red 221 ◦ green 179 ◦ blue 134

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

Shades of Brandy #DDB386

Tints of Brandy #DDB386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 41.39%
G = 33.52%
B = 25.09%

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

#DDB386 (or 0xDDB386) is known color: Brandy. HEX triplet: DD, B3 and 86. RGB value is (221,179,134). Sum of RGB (Red+Green+Blue) = 221+179+134=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB386 is #224C79. Grayscale: #BABABA. Windows color (decimal): -2247802 or 8827869. OLE color: 8827869.

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

Color convert

RGB 221 179 134 -
CMYK 0 0.19 0.39 0.13
HSL 31.03º 0.56% 0.7% -
HSV(B) 31.03º 0.39% 0.87% -
XYZ 50.24 49.33 29.43 -
YUV 186.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 221 179 134 0 0.19 0.39 0.13 31.03 0.56 0.7
Hex DD B3 86 0 13 27 D 1F 38 46
Octal 335 263 206 0 23 47 15 37 70 106
Binary 11011101 10110011 10000110 0 10011 100111 1101 11111 111000 1000110

Color Harmonies of #DDB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB386

Black with #DDB386

Text Example


Text Example

White with #DDB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB386; }

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

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

background-color css

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

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

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

border-color css

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

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

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