Html Css Color HEX #DDB289 Brandy

📋 copy color: '#DDB289'

red 221 ◦ green 178 ◦ blue 137

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

Shades of Brandy #DDB289

Tints of Brandy #DDB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.21%

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

R = 41.23%
G = 33.21%
B = 25.56%

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

#DDB289 (or 0xDDB289) is known color: Brandy. HEX triplet: DD, B2 and 89. RGB value is (221,178,137). Sum of RGB (Red+Green+Blue) = 221+178+137=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB289 is #224D76. Grayscale: #BABABA. Windows color (decimal): -2248055 or 9024221. OLE color: 9024221.

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

Color convert

RGB 221 178 137 -
CMYK 0 0.19 0.38 0.13
HSL 29.29º 0.55% 0.7% -
HSV(B) 29.29º 0.38% 0.87% -
XYZ 50.25 49.02 30.48 -
YUV 186.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 221 178 137 0 0.19 0.38 0.13 29.29 0.55 0.7
Hex DD B2 89 0 13 26 D 1D 37 46
Octal 335 262 211 0 23 46 15 35 67 106
Binary 11011101 10110010 10001001 0 10011 100110 1101 11101 110111 1000110

Color Harmonies of #DDB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB289

Black with #DDB289

Text Example


Text Example

White with #DDB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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