Html Css Color HEX #DCBC5A Tacha

📋 copy color: '#DCBC5A'

red 220 ◦ green 188 ◦ blue 90

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

Shades of Tacha #DCBC5A

Tints of Tacha #DCBC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 44.18%
G = 37.75%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCBC5A (or 0xDCBC5A) is known color: Tacha. HEX triplet: DC, BC and 5A. RGB value is (220,188,90). Sum of RGB (Red+Green+Blue) = 220+188+90=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC5A is #2343A5. Grayscale: #BABABA. Windows color (decimal): -2311078 or 5946588. OLE color: 5946588.

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

Color convert

RGB 220 188 90 -
CMYK 0 0.15 0.59 0.14
HSL 45.23º 0.65% 0.61% -
HSV(B) 45.23º 0.59% 0.86% -
XYZ 49.34 51.92 17.09 -
YUV 186.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 220 188 90 0 0.15 0.59 0.14 45.23 0.65 0.61
Hex DC BC 5A 0 F 3B E 2D 41 3D
Octal 334 274 132 0 17 73 16 55 101 75
Binary 11011100 10111100 1011010 0 1111 111011 1110 101101 1000001 111101

Color Harmonies of #DCBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC5A

Black with #DCBC5A

Text Example


Text Example

White with #DCBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC5A; }

 p { color: rgb(220,188,90); }

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

background-color css

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

 a { background-color: rgb(220,188,90); }

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

border-color css

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

 span { border-color: rgb(220,188,90); }

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