Html Css Color HEX #DCB78C Brandy

📋 copy color: '#DCB78C'

red 220 ◦ green 183 ◦ blue 140

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

Shades of Brandy #DCB78C

Tints of Brandy #DCB78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 40.52%
G = 33.7%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCB78C (or 0xDCB78C) is known color: Brandy. HEX triplet: DC, B7 and 8C. RGB value is (220,183,140). Sum of RGB (Red+Green+Blue) = 220+183+140=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB78C is #234873. Grayscale: #BDBDBD. Windows color (decimal): -2312308 or 9222108. OLE color: 9222108.

HSL color Cylindrical-coordinate representation of color #DCB78C: hue angle of 32.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCB78C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 140 -
CMYK 0 0.17 0.36 0.14
HSL 32.25º 0.53% 0.71% -
HSV(B) 32.25º 0.36% 0.86% -
XYZ 51.18 50.98 31.95 -
YUV 189.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 220 183 140 0 0.17 0.36 0.14 32.25 0.53 0.71
Hex DC B7 8C 0 11 24 E 20 35 47
Octal 334 267 214 0 21 44 16 40 65 107
Binary 11011100 10110111 10001100 0 10001 100100 1110 100000 110101 1000111

Color Harmonies of #DCB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB78C

Black with #DCB78C

Text Example


Text Example

White with #DCB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB78C; }

 p { color: rgb(220,183,140); }

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

background-color css

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

 a { background-color: rgb(220,183,140); }

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

border-color css

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

 span { border-color: rgb(220,183,140); }

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