Html Css Color HEX #DDB689 Brandy

📋 copy color: '#DDB689'

red 221 ◦ green 182 ◦ blue 137

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

Shades of Brandy #DDB689

Tints of Brandy #DDB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.7%

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

R = 40.93%
G = 33.7%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB689 (or 0xDDB689) is known color: Brandy. HEX triplet: DD, B6 and 89. RGB value is (221,182,137). Sum of RGB (Red+Green+Blue) = 221+182+137=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB689 is #224976. Grayscale: #BCBCBC. Windows color (decimal): -2247031 or 9025245. OLE color: 9025245.

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

Color convert

RGB 221 182 137 -
CMYK 0 0.18 0.38 0.13
HSL 32.14º 0.55% 0.7% -
HSV(B) 32.14º 0.38% 0.87% -
XYZ 51.06 50.63 30.75 -
YUV 188.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 221 182 137 0 0.18 0.38 0.13 32.14 0.55 0.7
Hex DD B6 89 0 12 26 D 20 37 46
Octal 335 266 211 0 22 46 15 40 67 106
Binary 11011101 10110110 10001001 0 10010 100110 1101 100000 110111 1000110

Color Harmonies of #DDB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB689

Black with #DDB689

Text Example


Text Example

White with #DDB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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