Html Css Color HEX #DDB189 Brandy

📋 copy color: '#DDB189'

red 221 ◦ green 177 ◦ blue 137

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

Shades of Brandy #DDB189

Tints of Brandy #DDB189

RGB

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

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

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

R = 41.31%
G = 33.08%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB189 (or 0xDDB189) is known color: Brandy. HEX triplet: DD, B1 and 89. RGB value is (221,177,137). Sum of RGB (Red+Green+Blue) = 221+177+137=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB189 is #224E76. Grayscale: #B9B9B9. Windows color (decimal): -2248311 or 9023965. OLE color: 9023965.

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

Color convert

RGB 221 177 137 -
CMYK 0 0.20 0.38 0.13
HSL 28.57º 0.55% 0.7% -
HSV(B) 28.57º 0.38% 0.87% -
XYZ 50.06 48.62 30.41 -
YUV 185.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 221 177 137 0 0.20 0.38 0.13 28.57 0.55 0.7
Hex DD B1 89 0 14 26 D 1D 37 46
Octal 335 261 211 0 24 46 15 35 67 106
Binary 11011101 10110001 10001001 0 10100 100110 1101 11101 110111 1000110

Color Harmonies of #DDB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB189

Black with #DDB189

Text Example


Text Example

White with #DDB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB189; }

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

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

background-color css

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

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

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

border-color css

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

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

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