Html Css Color HEX #DCBC58 Tacha

📋 copy color: '#DCBC58'

red 220 ◦ green 188 ◦ blue 88

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

Shades of Tacha #DCBC58

Tints of Tacha #DCBC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 44.35%
G = 37.9%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCBC58 (or 0xDCBC58) is known color: Tacha. HEX triplet: DC, BC and 58. RGB value is (220,188,88). Sum of RGB (Red+Green+Blue) = 220+188+88=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC58 is #2343A7. Grayscale: #BABABA. Windows color (decimal): -2311080 or 5815516. OLE color: 5815516.

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

Color convert

RGB 220 188 88 -
CMYK 0 0.15 0.6 0.14
HSL 45.45º 0.65% 0.6% -
HSV(B) 45.45º 0.6% 0.86% -
XYZ 49.26 51.89 16.65 -
YUV 186.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 220 188 88 0 0.15 0.6 0.14 45.45 0.65 0.6
Hex DC BC 58 0 F 3C E 2D 41 3C
Octal 334 274 130 0 17 74 16 55 101 74
Binary 11011100 10111100 1011000 0 1111 111100 1110 101101 1000001 111100

Color Harmonies of #DCBC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC58

Black with #DCBC58

Text Example


Text Example

White with #DCBC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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