Html Css Color HEX #DDB187 Brandy

📋 copy color: '#DDB187'

red 221 ◦ green 177 ◦ blue 135

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

Shades of Brandy #DDB187

Tints of Brandy #DDB187

RGB

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

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

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

R = 41.46%
G = 33.21%
B = 25.33%

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

#DDB187 (or 0xDDB187) is known color: Brandy. HEX triplet: DD, B1 and 87. RGB value is (221,177,135). Sum of RGB (Red+Green+Blue) = 221+177+135=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB187 is #224E78. Grayscale: #B9B9B9. Windows color (decimal): -2248313 or 8892893. OLE color: 8892893.

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

Color convert

RGB 221 177 135 -
CMYK 0 0.20 0.39 0.13
HSL 29.3º 0.56% 0.7% -
HSV(B) 29.3º 0.39% 0.87% -
XYZ 49.91 48.57 29.67 -
YUV 185.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 221 177 135 0 0.20 0.39 0.13 29.3 0.56 0.7
Hex DD B1 87 0 14 27 D 1D 38 46
Octal 335 261 207 0 24 47 15 35 70 106
Binary 11011101 10110001 10000111 0 10100 100111 1101 11101 111000 1000110

Color Harmonies of #DDB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB187

Black with #DDB187

Text Example


Text Example

White with #DDB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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