Html Css Color HEX #DDB186 Brandy

📋 copy color: '#DDB186'

red 221 ◦ green 177 ◦ blue 134

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

Shades of Brandy #DDB186

Tints of Brandy #DDB186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.27%

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

R = 41.54%
G = 33.27%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDB186 (or 0xDDB186) is known color: Brandy. HEX triplet: DD, B1 and 86. RGB value is (221,177,134). Sum of RGB (Red+Green+Blue) = 221+177+134=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB186 is #224E79. Grayscale: #B9B9B9. Windows color (decimal): -2248314 or 8827357. OLE color: 8827357.

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

Color convert

RGB 221 177 134 -
CMYK 0 0.20 0.39 0.13
HSL 29.66º 0.56% 0.7% -
HSV(B) 29.66º 0.39% 0.87% -
XYZ 49.84 48.54 29.3 -
YUV 185.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 221 177 134 0 0.20 0.39 0.13 29.66 0.56 0.7
Hex DD B1 86 0 14 27 D 1E 38 46
Octal 335 261 206 0 24 47 15 36 70 106
Binary 11011101 10110001 10000110 0 10100 100111 1101 11110 111000 1000110

Color Harmonies of #DDB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB186

Black with #DDB186

Text Example


Text Example

White with #DDB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB186; }

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

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

background-color css

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

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

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

border-color css

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

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

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