Html Css Color HEX #DDB188 Brandy

📋 copy color: '#DDB188'

red 221 ◦ green 177 ◦ blue 136

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

Shades of Brandy #DDB188

Tints of Brandy #DDB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

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

R = 41.39%
G = 33.15%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB188 (or 0xDDB188) is known color: Brandy. HEX triplet: DD, B1 and 88. RGB value is (221,177,136). Sum of RGB (Red+Green+Blue) = 221+177+136=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB188 is #224E77. Grayscale: #B9B9B9. Windows color (decimal): -2248312 or 8958429. OLE color: 8958429.

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

Color convert

RGB 221 177 136 -
CMYK 0 0.20 0.38 0.13
HSL 28.94º 0.56% 0.7% -
HSV(B) 28.94º 0.38% 0.87% -
XYZ 49.98 48.59 30.04 -
YUV 185.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 221 177 136 0 0.20 0.38 0.13 28.94 0.56 0.7
Hex DD B1 88 0 14 26 D 1D 38 46
Octal 335 261 210 0 24 46 15 35 70 106
Binary 11011101 10110001 10001000 0 10100 100110 1101 11101 111000 1000110

Color Harmonies of #DDB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB188

Black with #DDB188

Text Example


Text Example

White with #DDB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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