Html Css Color HEX #DCBE53 Tacha

📋 copy color: '#DCBE53'

red 220 ◦ green 190 ◦ blue 83

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

Shades of Tacha #DCBE53

Tints of Tacha #DCBE53

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 44.62%
G = 38.54%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCBE53 (or 0xDCBE53) is known color: Tacha. HEX triplet: DC, BE and 53. RGB value is (220,190,83). Sum of RGB (Red+Green+Blue) = 220+190+83=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE53 is #2341AC. Grayscale: #BBBBBB. Windows color (decimal): -2310573 or 5488348. OLE color: 5488348.

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

Color convert

RGB 220 190 83 -
CMYK 0 0.14 0.62 0.14
HSL 46.86º 0.66% 0.59% -
HSV(B) 46.86º 0.62% 0.86% -
XYZ 49.49 52.67 15.74 -
YUV 186.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 220 190 83 0 0.14 0.62 0.14 46.86 0.66 0.59
Hex DC BE 53 0 E 3E E 2F 42 3B
Octal 334 276 123 0 16 76 16 57 102 73
Binary 11011100 10111110 1010011 0 1110 111110 1110 101111 1000010 111011

Color Harmonies of #DCBE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE53

Black with #DCBE53

Text Example


Text Example

White with #DCBE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE53; }

 p { color: rgb(220,190,83); }

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

background-color css

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

 a { background-color: rgb(220,190,83); }

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

border-color css

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

 span { border-color: rgb(220,190,83); }

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