Html Css Color HEX #DDB688 Brandy

📋 copy color: '#DDB688'

red 221 ◦ green 182 ◦ blue 136

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

Shades of Brandy #DDB688

Tints of Brandy #DDB688

RGB

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

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

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

R = 41%
G = 33.77%
B = 25.23%

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

#DDB688 (or 0xDDB688) is known color: Brandy. HEX triplet: DD, B6 and 88. RGB value is (221,182,136). Sum of RGB (Red+Green+Blue) = 221+182+136=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB688 is #224977. Grayscale: #BCBCBC. Windows color (decimal): -2247032 or 8959709. OLE color: 8959709.

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

Color convert

RGB 221 182 136 -
CMYK 0 0.18 0.38 0.13
HSL 32.47º 0.56% 0.7% -
HSV(B) 32.47º 0.38% 0.87% -
XYZ 50.99 50.61 30.37 -
YUV 188.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 221 182 136 0 0.18 0.38 0.13 32.47 0.56 0.7
Hex DD B6 88 0 12 26 D 20 38 46
Octal 335 266 210 0 22 46 15 40 70 106
Binary 11011101 10110110 10001000 0 10010 100110 1101 100000 111000 1000110

Color Harmonies of #DDB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB688

Black with #DDB688

Text Example


Text Example

White with #DDB688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB688; }

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

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

background-color css

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

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

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

border-color css

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

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

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