Html Css Color HEX #DCB48B Brandy

📋 copy color: '#DCB48B'

red 220 ◦ green 180 ◦ blue 139

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

Shades of Brandy #DCB48B

Tints of Brandy #DCB48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 40.82%
G = 33.4%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCB48B (or 0xDCB48B) is known color: Brandy. HEX triplet: DC, B4 and 8B. RGB value is (220,180,139). Sum of RGB (Red+Green+Blue) = 220+180+139=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB48B is #234B74. Grayscale: #BBBBBB. Windows color (decimal): -2313077 or 9155804. OLE color: 9155804.

HSL color Cylindrical-coordinate representation of color #DCB48B: hue angle of 30.37º 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 #DCB48B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 139 -
CMYK 0 0.18 0.37 0.14
HSL 30.37º 0.54% 0.7% -
HSV(B) 30.37º 0.37% 0.86% -
XYZ 50.5 49.72 31.36 -
YUV 187.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 220 180 139 0 0.18 0.37 0.14 30.37 0.54 0.7
Hex DC B4 8B 0 12 25 E 1E 36 46
Octal 334 264 213 0 22 45 16 36 66 106
Binary 11011100 10110100 10001011 0 10010 100101 1110 11110 110110 1000110

Color Harmonies of #DCB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB48B

Black with #DCB48B

Text Example


Text Example

White with #DCB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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