Html Css Color HEX #DDB588 Brandy

📋 copy color: '#DDB588'

red 221 ◦ green 181 ◦ blue 136

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

Shades of Brandy #DDB588

Tints of Brandy #DDB588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.64%

 BLUE value IS 136 (53.52% from 255) = 25.28%

R = 41.08%
G = 33.64%
B = 25.28%

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

#DDB588 (or 0xDDB588) is known color: Brandy. HEX triplet: DD, B5 and 88. RGB value is (221,181,136). Sum of RGB (Red+Green+Blue) = 221+181+136=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB588 is #224A77. Grayscale: #BCBCBC. Windows color (decimal): -2247288 or 8959453. OLE color: 8959453.

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

Color convert

RGB 221 181 136 -
CMYK 0 0.18 0.38 0.13
HSL 31.76º 0.56% 0.7% -
HSV(B) 31.76º 0.38% 0.87% -
XYZ 50.79 50.2 30.3 -
YUV 187.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 221 181 136 0 0.18 0.38 0.13 31.76 0.56 0.7
Hex DD B5 88 0 12 26 D 20 38 46
Octal 335 265 210 0 22 46 15 40 70 106
Binary 11011101 10110101 10001000 0 10010 100110 1101 100000 111000 1000110

Color Harmonies of #DDB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB588

Black with #DDB588

Text Example


Text Example

White with #DDB588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB588; }

 p { color: rgb(221,181,136); }

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

background-color css

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

 a { background-color: rgb(221,181,136); }

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

border-color css

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

 span { border-color: rgb(221,181,136); }

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