Html Css Color HEX #DCB385 Brandy

📋 copy color: '#DCB385'

red 220 ◦ green 179 ◦ blue 133

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

Shades of Brandy #DCB385

Tints of Brandy #DCB385

RGB

 RED value IS 220 (86.33% from 255) = 41.35%

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

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

R = 41.35%
G = 33.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB385 (or 0xDCB385) is known color: Brandy. HEX triplet: DC, B3 and 85. RGB value is (220,179,133). Sum of RGB (Red+Green+Blue) = 220+179+133=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB385 is #234C7A. Grayscale: #BABABA. Windows color (decimal): -2313339 or 8762332. OLE color: 8762332.

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

Color convert

RGB 220 179 133 -
CMYK 0 0.19 0.40 0.14
HSL 31.72º 0.55% 0.69% -
HSV(B) 31.72º 0.4% 0.86% -
XYZ 49.87 49.15 29.05 -
YUV 186.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 220 179 133 0 0.19 0.40 0.14 31.72 0.55 0.69
Hex DC B3 85 0 13 28 E 20 37 45
Octal 334 263 205 0 23 50 16 40 67 105
Binary 11011100 10110011 10000101 0 10011 101000 1110 100000 110111 1000101

Color Harmonies of #DCB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB385

Black with #DCB385

Text Example


Text Example

White with #DCB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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