Html Css Color HEX #DCB48A Brandy

📋 copy color: '#DCB48A'

red 220 ◦ green 180 ◦ blue 138

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

Shades of Brandy #DCB48A

Tints of Brandy #DCB48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 40.89%
G = 33.46%
B = 25.65%

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

#DCB48A (or 0xDCB48A) is known color: Brandy. HEX triplet: DC, B4 and 8A. RGB value is (220,180,138). Sum of RGB (Red+Green+Blue) = 220+180+138=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB48A is #234B75. Grayscale: #BBBBBB. Windows color (decimal): -2313078 or 9090268. OLE color: 9090268.

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

Color convert

RGB 220 180 138 -
CMYK 0 0.18 0.37 0.14
HSL 30.73º 0.54% 0.7% -
HSV(B) 30.73º 0.37% 0.86% -
XYZ 50.42 49.69 30.98 -
YUV 187.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 220 180 138 0 0.18 0.37 0.14 30.73 0.54 0.7
Hex DC B4 8A 0 12 25 E 1F 36 46
Octal 334 264 212 0 22 45 16 37 66 106
Binary 11011100 10110100 10001010 0 10010 100101 1110 11111 110110 1000110

Color Harmonies of #DCB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB48A

Black with #DCB48A

Text Example


Text Example

White with #DCB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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