Html Css Color HEX #DDB388 Brandy

📋 copy color: '#DDB388'

red 221 ◦ green 179 ◦ blue 136

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

Shades of Brandy #DDB388

Tints of Brandy #DDB388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 41.23%
G = 33.4%
B = 25.37%

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

#DDB388 (or 0xDDB388) is known color: Brandy. HEX triplet: DD, B3 and 88. RGB value is (221,179,136). Sum of RGB (Red+Green+Blue) = 221+179+136=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB388 is #224C77. Grayscale: #BABABA. Windows color (decimal): -2247800 or 8958941. OLE color: 8958941.

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

Color convert

RGB 221 179 136 -
CMYK 0 0.19 0.38 0.13
HSL 30.35º 0.56% 0.7% -
HSV(B) 30.35º 0.38% 0.87% -
XYZ 50.38 49.39 30.17 -
YUV 186.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 221 179 136 0 0.19 0.38 0.13 30.35 0.56 0.7
Hex DD B3 88 0 13 26 D 1E 38 46
Octal 335 263 210 0 23 46 15 36 70 106
Binary 11011101 10110011 10001000 0 10011 100110 1101 11110 111000 1000110

Color Harmonies of #DDB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB388

Black with #DDB388

Text Example


Text Example

White with #DDB388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB388; }

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

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

background-color css

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

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

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

border-color css

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

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

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