Html Css Color HEX #DCB18B Brandy

📋 copy color: '#DCB18B'

red 220 ◦ green 177 ◦ blue 139

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

Shades of Brandy #DCB18B

Tints of Brandy #DCB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 41.04%
G = 33.02%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCB18B (or 0xDCB18B) is known color: Brandy. HEX triplet: DC, B1 and 8B. RGB value is (220,177,139). Sum of RGB (Red+Green+Blue) = 220+177+139=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB18B is #234E74. Grayscale: #B9B9B9. Windows color (decimal): -2313845 or 9155036. OLE color: 9155036.

HSL color Cylindrical-coordinate representation of color #DCB18B: hue angle of 28.15º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCB18B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 139 -
CMYK 0 0.20 0.37 0.14
HSL 28.15º 0.54% 0.7% -
HSV(B) 28.15º 0.37% 0.86% -
XYZ 49.9 48.52 31.16 -
YUV 185.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 220 177 139 0 0.20 0.37 0.14 28.15 0.54 0.7
Hex DC B1 8B 0 14 25 E 1C 36 46
Octal 334 261 213 0 24 45 16 34 66 106
Binary 11011100 10110001 10001011 0 10100 100101 1110 11100 110110 1000110

Color Harmonies of #DCB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB18B

Black with #DCB18B

Text Example


Text Example

White with #DCB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB18B; }

 p { color: rgb(220,177,139); }

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

background-color css

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

 a { background-color: rgb(220,177,139); }

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

border-color css

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

 span { border-color: rgb(220,177,139); }

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