Html Css Color HEX #DDB88D Brandy

📋 copy color: '#DDB88D'

red 221 ◦ green 184 ◦ blue 141

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

Shades of Brandy #DDB88D

Tints of Brandy #DDB88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.7%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 40.48%
G = 33.7%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDB88D (or 0xDDB88D) is known color: Brandy. HEX triplet: DD, B8 and 8D. RGB value is (221,184,141). Sum of RGB (Red+Green+Blue) = 221+184+141=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB88D is #224772. Grayscale: #BEBEBE. Windows color (decimal): -2246515 or 9287901. OLE color: 9287901.

HSL color Cylindrical-coordinate representation of color #DDB88D: hue angle of 32.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDB88D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 141 -
CMYK 0 0.17 0.36 0.13
HSL 32.25º 0.54% 0.71% -
HSV(B) 32.25º 0.36% 0.87% -
XYZ 51.77 51.58 32.43 -
YUV 190.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 221 184 141 0 0.17 0.36 0.13 32.25 0.54 0.71
Hex DD B8 8D 0 11 24 D 20 36 47
Octal 335 270 215 0 21 44 15 40 66 107
Binary 11011101 10111000 10001101 0 10001 100100 1101 100000 110110 1000111

Color Harmonies of #DDB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB88D

Black with #DDB88D

Text Example


Text Example

White with #DDB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB88D; }

 p { color: rgb(221,184,141); }

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

background-color css

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

 a { background-color: rgb(221,184,141); }

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

border-color css

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

 span { border-color: rgb(221,184,141); }

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