Html Css Color HEX #DCB98D Brandy

📋 copy color: '#DCB98D'

red 220 ◦ green 185 ◦ blue 141

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

Shades of Brandy #DCB98D

Tints of Brandy #DCB98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.88%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 40.29%
G = 33.88%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCB98D (or 0xDCB98D) is known color: Brandy. HEX triplet: DC, B9 and 8D. RGB value is (220,185,141). Sum of RGB (Red+Green+Blue) = 220+185+141=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB98D is #234672. Grayscale: #BEBEBE. Windows color (decimal): -2311795 or 9288156. OLE color: 9288156.

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

Color convert

RGB 220 185 141 -
CMYK 0 0.16 0.36 0.14
HSL 33.42º 0.53% 0.71% -
HSV(B) 33.42º 0.36% 0.86% -
XYZ 51.67 51.84 32.48 -
YUV 190.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 220 185 141 0 0.16 0.36 0.14 33.42 0.53 0.71
Hex DC B9 8D 0 10 24 E 21 35 47
Octal 334 271 215 0 20 44 16 41 65 107
Binary 11011100 10111001 10001101 0 10000 100100 1110 100001 110101 1000111

Color Harmonies of #DCB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB98D

Black with #DCB98D

Text Example


Text Example

White with #DCB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB98D; }

 p { color: rgb(220,185,141); }

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

background-color css

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

 a { background-color: rgb(220,185,141); }

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

border-color css

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

 span { border-color: rgb(220,185,141); }

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