Html Css Color HEX #DCBA5D Tacha

📋 copy color: '#DCBA5D'

red 220 ◦ green 186 ◦ blue 93

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

Shades of Tacha #DCBA5D

Tints of Tacha #DCBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 44.09%
G = 37.27%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCBA5D (or 0xDCBA5D) is known color: Tacha. HEX triplet: DC, BA and 5D. RGB value is (220,186,93). Sum of RGB (Red+Green+Blue) = 220+186+93=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA5D is #2345A2. Grayscale: #B9B9B9. Windows color (decimal): -2311587 or 6142684. OLE color: 6142684.

HSL color Cylindrical-coordinate representation of color #DCBA5D: hue angle of 43.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCBA5D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 93 -
CMYK 0 0.15 0.58 0.14
HSL 43.94º 0.64% 0.61% -
HSV(B) 43.94º 0.58% 0.86% -
XYZ 49.05 51.12 17.64 -
YUV 185.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 220 186 93 0 0.15 0.58 0.14 43.94 0.64 0.61
Hex DC BA 5D 0 F 3A E 2C 40 3D
Octal 334 272 135 0 17 72 16 54 100 75
Binary 11011100 10111010 1011101 0 1111 111010 1110 101100 1000000 111101

Color Harmonies of #DCBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA5D

Black with #DCBA5D

Text Example


Text Example

White with #DCBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA5D; }

 p { color: rgb(220,186,93); }

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

background-color css

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

 a { background-color: rgb(220,186,93); }

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

border-color css

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

 span { border-color: rgb(220,186,93); }

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