Html Css Color HEX #DDB489 Brandy

📋 copy color: '#DDB489'

red 221 ◦ green 180 ◦ blue 137

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

Shades of Brandy #DDB489

Tints of Brandy #DDB489

RGB

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

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

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

R = 41.08%
G = 33.46%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB489 (or 0xDDB489) is known color: Brandy. HEX triplet: DD, B4 and 89. RGB value is (221,180,137). Sum of RGB (Red+Green+Blue) = 221+180+137=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB489 is #224B76. Grayscale: #BBBBBB. Windows color (decimal): -2247543 or 9024733. OLE color: 9024733.

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

Color convert

RGB 221 180 137 -
CMYK 0 0.19 0.38 0.13
HSL 30.71º 0.55% 0.7% -
HSV(B) 30.71º 0.38% 0.87% -
XYZ 50.66 49.82 30.61 -
YUV 187.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 221 180 137 0 0.19 0.38 0.13 30.71 0.55 0.7
Hex DD B4 89 0 13 26 D 1F 37 46
Octal 335 264 211 0 23 46 15 37 67 106
Binary 11011101 10110100 10001001 0 10011 100110 1101 11111 110111 1000110

Color Harmonies of #DDB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB489

Black with #DDB489

Text Example


Text Example

White with #DDB489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB489; }

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

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

background-color css

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

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

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

border-color css

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

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

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