Html Css Color HEX #DDB486 Brandy

📋 copy color: '#DDB486'

red 221 ◦ green 180 ◦ blue 134

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

Shades of Brandy #DDB486

Tints of Brandy #DDB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 41.31%
G = 33.64%
B = 25.05%

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

#DDB486 (or 0xDDB486) is known color: Brandy. HEX triplet: DD, B4 and 86. RGB value is (221,180,134). Sum of RGB (Red+Green+Blue) = 221+180+134=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB486 is #224B79. Grayscale: #BBBBBB. Windows color (decimal): -2247546 or 8828125. OLE color: 8828125.

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

Color convert

RGB 221 180 134 -
CMYK 0 0.19 0.39 0.13
HSL 31.72º 0.56% 0.7% -
HSV(B) 31.72º 0.39% 0.87% -
XYZ 50.44 49.74 29.5 -
YUV 187.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 221 180 134 0 0.19 0.39 0.13 31.72 0.56 0.7
Hex DD B4 86 0 13 27 D 20 38 46
Octal 335 264 206 0 23 47 15 40 70 106
Binary 11011101 10110100 10000110 0 10011 100111 1101 100000 111000 1000110

Color Harmonies of #DDB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB486

Black with #DDB486

Text Example


Text Example

White with #DDB486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB486; }

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

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

background-color css

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

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

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

border-color css

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

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

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