Html Css Color HEX #DDB385 Brandy

📋 copy color: '#DDB385'

red 221 ◦ green 179 ◦ blue 133

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

Shades of Brandy #DDB385

Tints of Brandy #DDB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.95%

R = 41.46%
G = 33.58%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB385 (or 0xDDB385) is known color: Brandy. HEX triplet: DD, B3 and 85. RGB value is (221,179,133). Sum of RGB (Red+Green+Blue) = 221+179+133=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB385 is #224C7A. Grayscale: #BABABA. Windows color (decimal): -2247803 or 8762333. OLE color: 8762333.

HSL color Cylindrical-coordinate representation of color #DDB385: hue angle of 31.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB385 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 133 -
CMYK 0 0.19 0.40 0.13
HSL 31.36º 0.56% 0.69% -
HSV(B) 31.36º 0.4% 0.87% -
XYZ 50.17 49.31 29.06 -
YUV 186.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 221 179 133 0 0.19 0.40 0.13 31.36 0.56 0.69
Hex DD B3 85 0 13 28 D 1F 38 45
Octal 335 263 205 0 23 50 15 37 70 105
Binary 11011101 10110011 10000101 0 10011 101000 1101 11111 111000 1000101

Color Harmonies of #DDB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB385

Black with #DDB385

Text Example


Text Example

White with #DDB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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