Html Css Color HEX #DDB288 Brandy

📋 copy color: '#DDB288'

red 221 ◦ green 178 ◦ blue 136

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

Shades of Brandy #DDB288

Tints of Brandy #DDB288

RGB

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

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

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

R = 41.31%
G = 33.27%
B = 25.42%

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

#DDB288 (or 0xDDB288) is known color: Brandy. HEX triplet: DD, B2 and 88. RGB value is (221,178,136). Sum of RGB (Red+Green+Blue) = 221+178+136=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB288 is #224D77. Grayscale: #BABABA. Windows color (decimal): -2248056 or 8958685. OLE color: 8958685.

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

Color convert

RGB 221 178 136 -
CMYK 0 0.19 0.38 0.13
HSL 29.65º 0.56% 0.7% -
HSV(B) 29.65º 0.38% 0.87% -
XYZ 50.18 48.99 30.1 -
YUV 186.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 221 178 136 0 0.19 0.38 0.13 29.65 0.56 0.7
Hex DD B2 88 0 13 26 D 1E 38 46
Octal 335 262 210 0 23 46 15 36 70 106
Binary 11011101 10110010 10001000 0 10011 100110 1101 11110 111000 1000110

Color Harmonies of #DDB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB288

Black with #DDB288

Text Example


Text Example

White with #DDB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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